Color Hex Logo

#5ea7de Color Hex

#5EA7DE
(94,167,222)
0 Favorites   0 Comments

Color spaces of #5ea7de

RGB 94167222
HSL0.570.660.62
HSV206°58°87°
CMYK 0.580.250.00   0.13
XYZ31.619635.291074.2526
Yxy35.29100.22400.2500
Hunter Lab59.4062-8.9524-32.5230
CIE-Lab65.9746-6.8871-34.7055

#5ea7de color RGB value is (94,167,222).

#5ea7de hex color red value is 94, green value is 167 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5ea7de hue: 0.57 , saturation: 0.66 and the lightness value of 5ea7de is 0.62.

The process color (four color CMYK) of #5ea7de color hex is 0.58, 0.25, 0.00, 0.13. Web safe color of #5ea7de is #6699cc. Color #5ea7de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10100111 11011110
Octal 136 247 336
Decimal 94 167 222
Hex 5E A7 DE

RGB Percentages of Color #5ea7de

%19.46
%34.58
%45.96

CMYK Percentages of Color #5ea7de

%58
%25
%0
%13

Triadic Colors of #5ea7de

#5ea7de #de5ea7 #a7de5e

Analogous Colors of #5ea7de

#5ea7de #5e67de #5eded5

Monochromatic Colors of #5ea7de

#5ea7de

Complementary Color

#5ea7de #de955e

#5ea7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ea7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ea7de Color CSS Codes

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

#5ea7de Text Font Color

<p style="color:#5ea7de">Text here</p>

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


#5ea7de Background Color

<div style="background-color:#5ea7de">
Div content here</div>

This div background color is #5ea7de


#5ea7de Border Color

<div style="border:3px solid #5ea7de">
Div here</div>

This div border color is #5ea7de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,167,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ea7de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ea7de;
  -webkit-box-shadow: 1px 1px 3px 2px #5ea7de;
  box-shadow:         1px 1px 3px 2px #5ea7de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,167,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ea7de


Comments

No comments written yet.

Please login to write comment.