color codes Logo

#4ebdfa color codes

#4EBDFA
(78,189,250)
0 Favorites   0 Comments

Color spaces of #4ebdfa

RGB 78189250
HSL0.560.950.64
HSV201°69°98°
CMYK 0.690.240.00   0.02
XYZ38.594844.917097.0782
Yxy44.91700.21370.2487
Hunter Lab67.0201-14.4927-38.9670
CIE-Lab72.8372-12.6647-39.3264

#4ebdfa color RGB value is (78,189,250).

#4ebdfa hex color red value is 78, green value is 189 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4ebdfa hue: 0.56 , saturation: 0.95 and the lightness value of 4ebdfa is 0.64.

The process color (four color CMYK) of #4ebdfa color code is 0.69, 0.24, 0.00, 0.02. Web safe color of #4ebdfa is #66ccff. Color #4ebdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111101 11111010
Octal 116 275 372
Decimal 78 189 250
Hex 4E BD FA

RGB Percentages of Color #4ebdfa

%15.09
%36.56
%48.36

CMYK Percentages of Color #4ebdfa

%69
%24
%0
%2

Triadic Colors of #4ebdfa

#4ebdfa #fa4ebd #bdfa4e

Analogous Colors of #4ebdfa

#4ebdfa #4e67fa #4efae1

Monochromatic Colors of #4ebdfa

#4ebdfa

Complementary Color

#4ebdfa #fa8b4e

#4ebdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebdfa Color CSS Codes

.mybgcolor {background-color:#4ebdfa; } 
.myforecolor {color:#4ebdfa; }
.mybordercolor {border:3px solid #4ebdfa; }

#4ebdfa Text Font Color

<p style="color:#4ebdfa">Text here</p>

This sample text font color is #4ebdfa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4ebdfa Background Color

<div style="background-color:#4ebdfa">
Div content here</div>

This div background color is #4ebdfa


#4ebdfa Border Color

<div style="border:3px solid #4ebdfa">
Div here</div>

This div border color is #4ebdfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,189,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ebdfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ebdfa;
  -webkit-box-shadow: 1px 1px 3px 2px #4ebdfa;
  box-shadow:         1px 1px 3px 2px #4ebdfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,189,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4ebdfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4ebdfa;
  -webkit-box-shadow: 1px 1px 3px 2px #4ebdfa;
  box-shadow:         1px 1px 3px 2px #4ebdfa;">
Div content here</div>

This div box has shadow with color #4ebdfa


Comments

No comments written yet.

Please login to write comment.