Color Hex Logo

#4ea1cf Color Hex

#4EA1CF
(78,161,207)
0 Favorites   0 Comments

Color spaces of #4ea1cf

RGB 78161207
HSL0.560.570.56
HSV201°62°81°
CMYK 0.620.220.00   0.19
XYZ27.149231.614463.7028
Yxy31.61440.22170.2581
Hunter Lab56.2267-12.2075-27.8147
CIE-Lab63.0229-11.3277-31.0280

#4ea1cf color RGB value is (78,161,207).

#4ea1cf hex color red value is 78, green value is 161 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4ea1cf hue: 0.56 , saturation: 0.57 and the lightness value of 4ea1cf is 0.56.

The process color (four color CMYK) of #4ea1cf color hex is 0.62, 0.22, 0.00, 0.19. Web safe color of #4ea1cf is #6699cc. Color #4ea1cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10100001 11001111
Octal 116 241 317
Decimal 78 161 207
Hex 4E A1 CF

RGB Percentages of Color #4ea1cf

%17.49
%36.10
%46.41

CMYK Percentages of Color #4ea1cf

%62
%22
%0
%19

Triadic Colors of #4ea1cf

#4ea1cf #cf4ea1 #a1cf4e

Analogous Colors of #4ea1cf

#4ea1cf #4e60cf #4ecfbd

Monochromatic Colors of #4ea1cf

#4ea1cf

Complementary Color

#4ea1cf #cf7c4e

#4ea1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ea1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ea1cf Color CSS Codes

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

#4ea1cf Text Font Color

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

This sample text font color is #4ea1cf
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.


#4ea1cf Background Color

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

This div background color is #4ea1cf


#4ea1cf Border Color

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

This div border color is #4ea1cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ea1cf


Comments

No comments written yet.

Please login to write comment.