Color Hex Logo

#4e8ccf Color Hex

#4E8CCF
(78,140,207)
0 Favorites   0 Comments

Color spaces of #4e8ccf

RGB 78140207
HSL0.590.570.56
HSV211°62°81°
CMYK 0.620.320.00   0.19
XYZ23.782524.880962.5805
Yxy24.88090.21380.2237
Hunter Lab49.8808-2.1848-39.4688
CIE-Lab56.95920.5926-40.4945

#4e8ccf color RGB value is (78,140,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10001100 11001111
Octal 116 214 317
Decimal 78 140 207
Hex 4E 8C CF

RGB Percentages of Color #4e8ccf

%18.35
%32.94
%48.71

CMYK Percentages of Color #4e8ccf

%62
%32
%0
%19

Triadic Colors of #4e8ccf

#4e8ccf #cf4e8c #8ccf4e

Analogous Colors of #4e8ccf

#4e8ccf #514ecf #4ecdcf

Monochromatic Colors of #4e8ccf

#4e8ccf

Complementary Color

#4e8ccf #cf914e

#4e8ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e8ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e8ccf Color CSS Codes

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

#4e8ccf Text Font Color

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

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


#4e8ccf Background Color

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

This div background color is #4e8ccf


#4e8ccf Border Color

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

This div border color is #4e8ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e8ccf


Comments

No comments written yet.

Please login to write comment.