Color Hex Logo

#5ebddf Color Hex

#5EBDDF
(94,189,223)
0 Favorites   0 Comments

Color spaces of #5ebddf

RGB 94189223
HSL0.540.670.62
HSV196°58°87°
CMYK 0.580.150.00   0.13
XYZ36.133044.102676.4203
Yxy44.10260.23070.2815
Hunter Lab66.4098-19.0968-21.7404
CIE-Lab72.2970-18.3822-25.5015

#5ebddf color RGB value is (94,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111101 11011111
Octal 136 275 337
Decimal 94 189 223
Hex 5E BD DF

RGB Percentages of Color #5ebddf

%18.58
%37.35
%44.07

CMYK Percentages of Color #5ebddf

%58
%15
%0
%13

Triadic Colors of #5ebddf

#5ebddf #df5ebd #bddf5e

Analogous Colors of #5ebddf

#5ebddf #5e7ddf #5edfc1

Monochromatic Colors of #5ebddf

#5ebddf

Complementary Color

#5ebddf #df805e

#5ebddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebddf Color CSS Codes

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

#5ebddf Text Font Color

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

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


#5ebddf Background Color

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

This div background color is #5ebddf


#5ebddf Border Color

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

This div border color is #5ebddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebddf


Comments

No comments written yet.

Please login to write comment.