Color Hex Logo

#5cebcb Color Hex

#5CEBCB
(92,235,203)
0 Favorites   0 Comments

Color spaces of #5cebcb

RGB 92235203
HSL0.460.780.64
HSV167°61°92°
CMYK 0.610.000.14   0.08
XYZ44.901566.003866.8734
Yxy66.00380.25260.3713
Hunter Lab81.2427-43.52088.0665
CIE-Lab84.9984-45.92444.1303

#5cebcb color RGB value is (92,235,203).

#5cebcb hex color red value is 92, green value is 235 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5cebcb hue: 0.46 , saturation: 0.78 and the lightness value of 5cebcb is 0.64.

The process color (four color CMYK) of #5cebcb color hex is 0.61, 0.00, 0.14, 0.08. Web safe color of #5cebcb is #66ffcc. Color #5cebcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11101011 11001011
Octal 134 353 313
Decimal 92 235 203
Hex 5C EB CB

RGB Percentages of Color #5cebcb

%17.36
%44.34
%38.30

CMYK Percentages of Color #5cebcb

%61
%0
%14
%8

Triadic Colors of #5cebcb

#5cebcb #cb5ceb #ebcb5c

Analogous Colors of #5cebcb

#5cebcb #5cc4eb #5ceb84

Monochromatic Colors of #5cebcb

#5cebcb

Complementary Color

#5cebcb #eb5c7c

#5cebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cebcb Color CSS Codes

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

#5cebcb Text Font Color

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

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


#5cebcb Background Color

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

This div background color is #5cebcb


#5cebcb Border Color

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

This div border color is #5cebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cebcb


Comments

No comments written yet.

Please login to write comment.