Color Hex Logo

#5ebccb Color Hex

#5EBCCB
(94,188,203)
0 Favorites   0 Comments

Color spaces of #5ebccb

RGB 94188203
HSL0.520.510.58
HSV188°54°80°
CMYK 0.540.070.00   0.20
XYZ33.378842.657962.9745
Yxy42.65790.24010.3069
Hunter Lab65.3130-23.0738-11.4480
CIE-Lab71.3222-23.6275-16.0790

#5ebccb color RGB value is (94,188,203).

#5ebccb hex color red value is 94, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5ebccb hue: 0.52 , saturation: 0.51 and the lightness value of 5ebccb is 0.58.

The process color (four color CMYK) of #5ebccb color hex is 0.54, 0.07, 0.00, 0.20. Web safe color of #5ebccb is #66cccc. Color #5ebccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111100 11001011
Octal 136 274 313
Decimal 94 188 203
Hex 5E BC CB

RGB Percentages of Color #5ebccb

%19.38
%38.76
%41.86

CMYK Percentages of Color #5ebccb

%54
%7
%0
%20

Triadic Colors of #5ebccb

#5ebccb #cb5ebc #bccb5e

Analogous Colors of #5ebccb

#5ebccb #5e86cb #5ecba4

Monochromatic Colors of #5ebccb

#5ebccb

Complementary Color

#5ebccb #cb6d5e

#5ebccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebccb Color CSS Codes

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

#5ebccb Text Font Color

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

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


#5ebccb Background Color

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

This div background color is #5ebccb


#5ebccb Border Color

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

This div border color is #5ebccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebccb


Comments

No comments written yet.

Please login to write comment.