Color Hex Logo

#4e84ed Color Hex

#4E84ED
(78,132,237)
0 Favorites   0 Comments

Color spaces of #4e84ed

RGB 78132237
HSL0.610.820.62
HSV220°67°93°
CMYK 0.670.440.00   0.07
XYZ26.679224.236783.3928
Yxy24.23670.19860.1805
Hunter Lab49.230810.5790-65.9707
CIE-Lab56.324015.6356-58.2901

#4e84ed color RGB value is (78,132,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10000100 11101101
Octal 116 204 355
Decimal 78 132 237
Hex 4E 84 ED

RGB Percentages of Color #4e84ed

%17.45
%29.53
%53.02

CMYK Percentages of Color #4e84ed

%67
%44
%0
%7

Triadic Colors of #4e84ed

#4e84ed #ed4e84 #84ed4e

Analogous Colors of #4e84ed

#4e84ed #684eed #4ed4ed

Monochromatic Colors of #4e84ed

#4e84ed

Complementary Color

#4e84ed #edb74e

#4e84ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e84ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e84ed Color CSS Codes

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

#4e84ed Text Font Color

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

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


#4e84ed Background Color

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

This div background color is #4e84ed


#4e84ed Border Color

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

This div border color is #4e84ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e84ed


Comments

No comments written yet.

Please login to write comment.