Color Hex Logo

#4ea1cc Color Hex

#4EA1CC
(78,161,204)
0 Favorites   0 Comments

Color spaces of #4ea1cc

RGB 78161204
HSL0.560.550.55
HSV200°62°80°
CMYK 0.620.210.00   0.20
XYZ26.785831.469161.7891
Yxy31.46910.22310.2621
Hunter Lab56.0973-12.9387-26.0376
CIE-Lab62.9017-12.2809-29.5450

#4ea1cc color RGB value is (78,161,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10100001 11001100
Octal 116 241 314
Decimal 78 161 204
Hex 4E A1 CC

RGB Percentages of Color #4ea1cc

%17.61
%36.34
%46.05

CMYK Percentages of Color #4ea1cc

%62
%21
%0
%20

Triadic Colors of #4ea1cc

#4ea1cc #cc4ea1 #a1cc4e

Analogous Colors of #4ea1cc

#4ea1cc #4e62cc #4eccb8

Monochromatic Colors of #4ea1cc

#4ea1cc

Complementary Color

#4ea1cc #cc794e

#4ea1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ea1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ea1cc Color CSS Codes

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

#4ea1cc Text Font Color

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

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


#4ea1cc Background Color

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

This div background color is #4ea1cc


#4ea1cc Border Color

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

This div border color is #4ea1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ea1cc


Comments

No comments written yet.

Please login to write comment.