Color Hex Logo

#5ebecb Color Hex

#5EBECB
(94,190,203)
0 Favorites   0 Comments

Color spaces of #5ebecb

RGB 94190203
HSL0.520.510.58
HSV187°54°80°
CMYK 0.540.060.00   0.20
XYZ33.809043.518463.1179
Yxy43.51840.24070.3099
Hunter Lab65.9685-23.9632-10.5501
CIE-Lab71.9054-24.6324-15.1998

#5ebecb color RGB value is (94,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111110 11001011
Octal 136 276 313
Decimal 94 190 203
Hex 5E BE CB

RGB Percentages of Color #5ebecb

%19.30
%39.01
%41.68

CMYK Percentages of Color #5ebecb

%54
%6
%0
%20

Triadic Colors of #5ebecb

#5ebecb #cb5ebe #becb5e

Analogous Colors of #5ebecb

#5ebecb #5e88cb #5ecba2

Monochromatic Colors of #5ebecb

#5ebecb

Complementary Color

#5ebecb #cb6b5e

#5ebecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebecb Color CSS Codes

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

#5ebecb Text Font Color

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

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


#5ebecb Background Color

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

This div background color is #5ebecb


#5ebecb Border Color

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

This div border color is #5ebecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebecb


Comments

No comments written yet.

Please login to write comment.