Color Hex Logo

#4e8dee Color Hex

#4E8DEE
(78,141,238)
0 Favorites   0 Comments

Color spaces of #4e8dee

RGB 78141238
HSL0.600.820.62
HSV216°67°93°
CMYK 0.670.410.00   0.07
XYZ28.099426.842584.5890
Yxy26.84250.20140.1924
Hunter Lab51.80976.1437-60.5351
CIE-Lab58.828310.5503-54.8432

#4e8dee color RGB value is (78,141,238).

#4e8dee hex color red value is 78, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4e8dee hue: 0.60 , saturation: 0.82 and the lightness value of 4e8dee is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10001101 11101110
Octal 116 215 356
Decimal 78 141 238
Hex 4E 8D EE

RGB Percentages of Color #4e8dee

%17.07
%30.85
%52.08

CMYK Percentages of Color #4e8dee

%67
%41
%0
%7

Triadic Colors of #4e8dee

#4e8dee #ee4e8d #8dee4e

Analogous Colors of #4e8dee

#4e8dee #5f4eee #4eddee

Monochromatic Colors of #4e8dee

#4e8dee

Complementary Color

#4e8dee #eeaf4e

#4e8dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e8dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e8dee Color CSS Codes

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

#4e8dee Text Font Color

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

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


#4e8dee Background Color

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

This div background color is #4e8dee


#4e8dee Border Color

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

This div border color is #4e8dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e8dee


Comments

No comments written yet.

Please login to write comment.