Color Hex Logo

#5ebfcb Color Hex

#5EBFCB
(94,191,203)
0 Favorites   0 Comments

Color spaces of #5ebfcb

RGB 94191203
HSL0.520.510.58
HSV187°54°80°
CMYK 0.540.060.00   0.20
XYZ34.026443.953163.1903
Yxy43.95310.24100.3113
Hunter Lab66.2971-24.4065-10.1035
CIE-Lab72.1971-25.1321-14.7606

#5ebfcb color RGB value is (94,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111111 11001011
Octal 136 277 313
Decimal 94 191 203
Hex 5E BF CB

RGB Percentages of Color #5ebfcb

%19.26
%39.14
%41.60

CMYK Percentages of Color #5ebfcb

%54
%6
%0
%20

Triadic Colors of #5ebfcb

#5ebfcb #cb5ebf #bfcb5e

Analogous Colors of #5ebfcb

#5ebfcb #5e89cb #5ecba1

Monochromatic Colors of #5ebfcb

#5ebfcb

Complementary Color

#5ebfcb #cb6a5e

#5ebfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebfcb Color CSS Codes

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

#5ebfcb Text Font Color

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

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


#5ebfcb Background Color

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

This div background color is #5ebfcb


#5ebfcb Border Color

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

This div border color is #5ebfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebfcb


Comments

No comments written yet.

Please login to write comment.