Color Hex Logo

#5eebd0 Color Hex

#5EEBD0
(94,235,208)
0 Favorites   0 Comments

Color spaces of #5eebd0

RGB 94235208
HSL0.470.780.65
HSV169°60°92°
CMYK 0.600.000.11   0.08
XYZ45.709666.350470.0723
Yxy66.35040.25100.3643
Hunter Lab81.4558-42.38086.0148
CIE-Lab85.1748-44.36291.7660

#5eebd0 color RGB value is (94,235,208).

#5eebd0 hex color red value is 94, green value is 235 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #5eebd0 hue: 0.47 , saturation: 0.78 and the lightness value of 5eebd0 is 0.65.

The process color (four color CMYK) of #5eebd0 color hex is 0.60, 0.00, 0.11, 0.08. Web safe color of #5eebd0 is #66ffcc. Color #5eebd0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101011 11010000
Octal 136 353 320
Decimal 94 235 208
Hex 5E EB D0

RGB Percentages of Color #5eebd0

%17.50
%43.76
%38.73

CMYK Percentages of Color #5eebd0

%60
%0
%11
%8

Triadic Colors of #5eebd0

#5eebd0 #d05eeb #ebd05e

Analogous Colors of #5eebd0

#5eebd0 #5ec0eb #5eeb8a

Monochromatic Colors of #5eebd0

#5eebd0

Complementary Color

#5eebd0 #eb5e79

#5eebd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eebd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eebd0 Color CSS Codes

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

#5eebd0 Text Font Color

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

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


#5eebd0 Background Color

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

This div background color is #5eebd0


#5eebd0 Border Color

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

This div border color is #5eebd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eebd0


Comments

No comments written yet.

Please login to write comment.