Color Hex Logo

#5ccbc7 Color Hex

#5CCBC7
(92,203,199)
0 Favorites   0 Comments

Color spaces of #5ccbc7

RGB 92203199
HSL0.490.520.58
HSV178°55°80°
CMYK 0.550.000.02   0.20
XYZ36.078449.110761.6106
Yxy49.11070.24580.3345
Hunter Lab70.0790-30.7421-3.0700
CIE-Lab75.5201-32.4575-7.6294

#5ccbc7 color RGB value is (92,203,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001011 11000111
Octal 134 313 307
Decimal 92 203 199
Hex 5C CB C7

RGB Percentages of Color #5ccbc7

%18.62
%41.09
%40.28

CMYK Percentages of Color #5ccbc7

%55
%0
%2
%20

Triadic Colors of #5ccbc7

#5ccbc7 #c75ccb #cbc75c

Analogous Colors of #5ccbc7

#5ccbc7 #5c98cb #5ccb90

Monochromatic Colors of #5ccbc7

#5ccbc7

Complementary Color

#5ccbc7 #cb5c60

#5ccbc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccbc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccbc7 Color CSS Codes

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

#5ccbc7 Text Font Color

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

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


#5ccbc7 Background Color

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

This div background color is #5ccbc7


#5ccbc7 Border Color

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

This div border color is #5ccbc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccbc7


Comments

No comments written yet.

Please login to write comment.