Color Hex Logo

#5ccbca Color Hex

#5CCBCA
(92,203,202)
0 Favorites   0 Comments

Color spaces of #5ccbca

RGB 92203202
HSL0.500.520.58
HSV179°55°80°
CMYK 0.550.000.00   0.20
XYZ36.430249.251563.4635
Yxy49.25150.24430.3302
Hunter Lab70.1794-30.1545-4.4906
CIE-Lab75.6075-31.6612-9.1207

#5ccbca color RGB value is (92,203,202).

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

The process color (four color CMYK) of #5ccbca color hex is 0.55, 0.00, 0.00, 0.20. Web safe color of #5ccbca is #66cccc. Color #5ccbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001011 11001010
Octal 134 313 312
Decimal 92 203 202
Hex 5C CB CA

RGB Percentages of Color #5ccbca

%18.51
%40.85
%40.64

CMYK Percentages of Color #5ccbca

%55
%0
%0
%20

Triadic Colors of #5ccbca

#5ccbca #ca5ccb #cbca5c

Analogous Colors of #5ccbca

#5ccbca #5c95cb #5ccb93

Monochromatic Colors of #5ccbca

#5ccbca

Complementary Color

#5ccbca #cb5c5d

#5ccbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccbca Color CSS Codes

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

#5ccbca Text Font Color

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

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


#5ccbca Background Color

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

This div background color is #5ccbca


#5ccbca Border Color

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

This div border color is #5ccbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccbca


Comments

No comments written yet.

Please login to write comment.