Color Hex Logo

#4e8ecc Color Hex

#4E8ECC
(78,142,204)
0 Favorites   0 Comments

Color spaces of #4e8ecc

RGB 78142204
HSL0.580.550.55
HSV210°62°80°
CMYK 0.620.300.00   0.20
XYZ23.714025.325360.7652
Yxy25.32530.21600.2306
Hunter Lab50.3242-3.9539-36.3641
CIE-Lab57.3910-1.5714-38.1264

#4e8ecc color RGB value is (78,142,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10001110 11001100
Octal 116 216 314
Decimal 78 142 204
Hex 4E 8E CC

RGB Percentages of Color #4e8ecc

%18.40
%33.49
%48.11

CMYK Percentages of Color #4e8ecc

%62
%30
%0
%20

Triadic Colors of #4e8ecc

#4e8ecc #cc4e8e #8ecc4e

Analogous Colors of #4e8ecc

#4e8ecc #4e4fcc #4ecccb

Monochromatic Colors of #4e8ecc

#4e8ecc

Complementary Color

#4e8ecc #cc8c4e

#4e8ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e8ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e8ecc Color CSS Codes

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

#4e8ecc Text Font Color

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

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


#4e8ecc Background Color

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

This div background color is #4e8ecc


#4e8ecc Border Color

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

This div border color is #4e8ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,142,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 #4e8ecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e8ecc


Comments

No comments written yet.

Please login to write comment.