Color Hex Logo

#4e8eac Color Hex

#4E8EAC
(78,142,172)
0 Favorites   0 Comments

Color spaces of #4e8eac

RGB 78142172
HSL0.550.380.49
HSV199°55°67°
CMYK 0.550.170.00   0.33
XYZ20.261323.944342.5835
Yxy23.94430.23350.2759
Hunter Lab48.9329-11.7224-17.3436
CIE-Lab56.0320-11.7980-22.0663

#4e8eac color RGB value is (78,142,172).

#4e8eac hex color red value is 78, green value is 142 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4e8eac hue: 0.55 , saturation: 0.38 and the lightness value of 4e8eac is 0.49.

The process color (four color CMYK) of #4e8eac color hex is 0.55, 0.17, 0.00, 0.33. Web safe color of #4e8eac is #669999. Color #4e8eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10001110 10101100
Octal 116 216 254
Decimal 78 142 172
Hex 4E 8E AC

RGB Percentages of Color #4e8eac

%19.90
%36.22
%43.88

CMYK Percentages of Color #4e8eac

%55
%17
%0
%33

Triadic Colors of #4e8eac

#4e8eac #ac4e8e #8eac4e

Analogous Colors of #4e8eac

#4e8eac #4e5fac #4eac9b

Monochromatic Colors of #4e8eac

#4e8eac

Complementary Color

#4e8eac #ac6c4e

#4e8eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e8eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e8eac Color CSS Codes

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

#4e8eac Text Font Color

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

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


#4e8eac Background Color

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

This div background color is #4e8eac


#4e8eac Border Color

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

This div border color is #4e8eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e8eac


Comments

No comments written yet.

Please login to write comment.