Color Hex Logo

#5ebfdc Color Hex

#5EBFDC
(94,191,220)
0 Favorites   0 Comments

Color spaces of #5ebfdc

RGB 94191220
HSL0.540.640.62
HSV194°57°86°
CMYK 0.570.130.00   0.14
XYZ36.165244.808674.4530
Yxy44.80860.23270.2883
Hunter Lab66.9392-20.7056-19.0877
CIE-Lab72.7657-20.2947-23.1550

#5ebfdc color RGB value is (94,191,220).

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

The process color (four color CMYK) of #5ebfdc color hex is 0.57, 0.13, 0.00, 0.14. Web safe color of #5ebfdc is #66cccc. Color #5ebfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111111 11011100
Octal 136 277 334
Decimal 94 191 220
Hex 5E BF DC

RGB Percentages of Color #5ebfdc

%18.61
%37.82
%43.56

CMYK Percentages of Color #5ebfdc

%57
%13
%0
%14

Triadic Colors of #5ebfdc

#5ebfdc #dc5ebf #bfdc5e

Analogous Colors of #5ebfdc

#5ebfdc #5e80dc #5edcba

Monochromatic Colors of #5ebfdc

#5ebfdc

Complementary Color

#5ebfdc #dc7b5e

#5ebfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebfdc Color CSS Codes

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

#5ebfdc Text Font Color

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

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


#5ebfdc Background Color

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

This div background color is #5ebfdc


#5ebfdc Border Color

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

This div border color is #5ebfdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,191,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 #5ebfdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebfdc


Comments

No comments written yet.

Please login to write comment.