Color Hex Logo

#4e7ecc Color Hex

#4E7ECC
(78,126,204)
0 Favorites   0 Comments

Color spaces of #4e7ecc

RGB 78126204
HSL0.600.550.55
HSV217°62°80°
CMYK 0.620.380.00   0.20
XYZ21.501820.901060.0278
Yxy20.90100.20990.2041
Hunter Lab45.71763.9459-45.8462
CIE-Lab52.84107.9317-45.3025

#4e7ecc color RGB value is (78,126,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01111110 11001100
Octal 116 176 314
Decimal 78 126 204
Hex 4E 7E CC

RGB Percentages of Color #4e7ecc

%19.12
%30.88
%50.00

CMYK Percentages of Color #4e7ecc

%62
%38
%0
%20

Triadic Colors of #4e7ecc

#4e7ecc #cc4e7e #7ecc4e

Analogous Colors of #4e7ecc

#4e7ecc #5d4ecc #4ebdcc

Monochromatic Colors of #4e7ecc

#4e7ecc

Complementary Color

#4e7ecc #cc9c4e

#4e7ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e7ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e7ecc Color CSS Codes

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

#4e7ecc Text Font Color

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

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


#4e7ecc Background Color

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

This div background color is #4e7ecc


#4e7ecc Border Color

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

This div border color is #4e7ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e7ecc


Comments

No comments written yet.

Please login to write comment.