Color Hex Logo

#5ebdcf Color Hex

#5EBDCF
(94,189,207)
0 Favorites   0 Comments

Color spaces of #5ebdcf

RGB 94189207
HSL0.530.540.59
HSV190°55°81°
CMYK 0.550.090.00   0.19
XYZ34.076243.279965.5893
Yxy43.27990.23840.3028
Hunter Lab65.7875-22.6697-13.0602
CIE-Lab71.7445-23.0081-17.6259

#5ebdcf color RGB value is (94,189,207).

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

The process color (four color CMYK) of #5ebdcf color hex is 0.55, 0.09, 0.00, 0.19. Web safe color of #5ebdcf is #66cccc. Color #5ebdcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111101 11001111
Octal 136 275 317
Decimal 94 189 207
Hex 5E BD CF

RGB Percentages of Color #5ebdcf

%19.18
%38.57
%42.24

CMYK Percentages of Color #5ebdcf

%55
%9
%0
%19

Triadic Colors of #5ebdcf

#5ebdcf #cf5ebd #bdcf5e

Analogous Colors of #5ebdcf

#5ebdcf #5e85cf #5ecfa9

Monochromatic Colors of #5ebdcf

#5ebdcf

Complementary Color

#5ebdcf #cf705e

#5ebdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebdcf Color CSS Codes

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

#5ebdcf Text Font Color

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

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


#5ebdcf Background Color

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

This div background color is #5ebdcf


#5ebdcf Border Color

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

This div border color is #5ebdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebdcf


Comments

No comments written yet.

Please login to write comment.