Color Hex Logo

#5eebdf Color Hex

#5EEBDF
(94,235,223)
0 Favorites   0 Comments

Color spaces of #5eebdf

RGB 94235223
HSL0.490.780.65
HSV175°60°92°
CMYK 0.600.000.05   0.08
XYZ47.643767.124180.2572
Yxy67.12410.24430.3442
Hunter Lab81.9293-39.5746-0.7294
CIE-Lab85.5666-40.6024-5.5491

#5eebdf color RGB value is (94,235,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101011 11011111
Octal 136 353 337
Decimal 94 235 223
Hex 5E EB DF

RGB Percentages of Color #5eebdf

%17.03
%42.57
%40.40

CMYK Percentages of Color #5eebdf

%60
%0
%5
%8

Triadic Colors of #5eebdf

#5eebdf #df5eeb #ebdf5e

Analogous Colors of #5eebdf

#5eebdf #5eb1eb #5eeb99

Monochromatic Colors of #5eebdf

#5eebdf

Complementary Color

#5eebdf #eb5e6a

#5eebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eebdf Color CSS Codes

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

#5eebdf Text Font Color

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

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


#5eebdf Background Color

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

This div background color is #5eebdf


#5eebdf Border Color

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

This div border color is #5eebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eebdf


Comments

No comments written yet.

Please login to write comment.