Color Hex Logo

#5eacdc Color Hex

#5EACDC
(94,172,220)
0 Favorites   0 Comments

Color spaces of #5eacdc

RGB 94172220
HSL0.560.640.62
HSV203°57°86°
CMYK 0.570.220.00   0.14
XYZ32.286937.052073.1602
Yxy37.05200.22660.2600
Hunter Lab60.8704-11.8430-28.6515
CIE-Lab67.3160-10.2489-31.5251

#5eacdc color RGB value is (94,172,220).

#5eacdc hex color red value is 94, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5eacdc hue: 0.56 , saturation: 0.64 and the lightness value of 5eacdc is 0.62.

The process color (four color CMYK) of #5eacdc color hex is 0.57, 0.22, 0.00, 0.14. Web safe color of #5eacdc is #6699cc. Color #5eacdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101100 11011100
Octal 136 254 334
Decimal 94 172 220
Hex 5E AC DC

RGB Percentages of Color #5eacdc

%19.34
%35.39
%45.27

CMYK Percentages of Color #5eacdc

%57
%22
%0
%14

Triadic Colors of #5eacdc

#5eacdc #dc5eac #acdc5e

Analogous Colors of #5eacdc

#5eacdc #5e6ddc #5edccd

Monochromatic Colors of #5eacdc

#5eacdc

Complementary Color

#5eacdc #dc8e5e

#5eacdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eacdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eacdc Color CSS Codes

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

#5eacdc Text Font Color

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

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


#5eacdc Background Color

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

This div background color is #5eacdc


#5eacdc Border Color

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

This div border color is #5eacdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eacdc


Comments

No comments written yet.

Please login to write comment.