Color Hex Logo

#4e9eea Color Hex

#4E9EEA
(78,158,234)
0 Favorites   0 Comments

Color spaces of #4e9eea

RGB 78158234
HSL0.580.790.61
HSV209°67°92°
CMYK 0.670.320.00   0.08
XYZ30.220032.013982.4284
Yxy32.01390.20890.2213
Hunter Lab56.5808-3.6790-46.7686
CIE-Lab63.3544-0.7821-45.4607

#4e9eea color RGB value is (78,158,234).

#4e9eea hex color red value is 78, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4e9eea hue: 0.58 , saturation: 0.79 and the lightness value of 4e9eea is 0.61.

The process color (four color CMYK) of #4e9eea color hex is 0.67, 0.32, 0.00, 0.08. Web safe color of #4e9eea is #6699ff. Color #4e9eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10011110 11101010
Octal 116 236 352
Decimal 78 158 234
Hex 4E 9E EA

RGB Percentages of Color #4e9eea

%16.60
%33.62
%49.79

CMYK Percentages of Color #4e9eea

%67
%32
%0
%8

Triadic Colors of #4e9eea

#4e9eea #ea4e9e #9eea4e

Analogous Colors of #4e9eea

#4e9eea #4e50ea #4eeae8

Monochromatic Colors of #4e9eea

#4e9eea

Complementary Color

#4e9eea #ea9a4e

#4e9eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e9eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e9eea Color CSS Codes

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

#4e9eea Text Font Color

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

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


#4e9eea Background Color

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

This div background color is #4e9eea


#4e9eea Border Color

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

This div border color is #4e9eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e9eea


Comments

No comments written yet.

Please login to write comment.