Color Hex Logo

#5eebd7 Color Hex

#5EEBD7
(94,235,215)
0 Favorites   0 Comments

Color spaces of #5eebd7

RGB 94235215
HSL0.480.780.65
HSV171°60°92°
CMYK 0.600.000.09   0.08
XYZ46.590266.702674.7093
Yxy66.70260.24780.3548
Hunter Lab81.6717-41.09882.9345
CIE-Lab85.3535-42.6335-1.6537

#5eebd7 color RGB value is (94,235,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101011 11010111
Octal 136 353 327
Decimal 94 235 215
Hex 5E EB D7

RGB Percentages of Color #5eebd7

%17.28
%43.20
%39.52

CMYK Percentages of Color #5eebd7

%60
%0
%9
%8

Triadic Colors of #5eebd7

#5eebd7 #d75eeb #ebd75e

Analogous Colors of #5eebd7

#5eebd7 #5eb9eb #5eeb91

Monochromatic Colors of #5eebd7

#5eebd7

Complementary Color

#5eebd7 #eb5e72

#5eebd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eebd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eebd7 Color CSS Codes

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

#5eebd7 Text Font Color

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

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


#5eebd7 Background Color

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

This div background color is #5eebd7


#5eebd7 Border Color

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

This div border color is #5eebd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eebd7


Comments

No comments written yet.

Please login to write comment.