Color Hex Logo

#5ccbbc Color Hex

#5CCBBC
(92,203,188)
0 Favorites   0 Comments

Color spaces of #5ccbbc

RGB 92203188
HSL0.480.520.58
HSV172°55°80°
CMYK 0.550.000.07   0.20
XYZ34.846748.618055.1246
Yxy48.61800.25140.3508
Hunter Lab69.7266-32.81411.9350
CIE-Lab75.2131-35.3014-2.1374

#5ccbbc color RGB value is (92,203,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001011 10111100
Octal 134 313 274
Decimal 92 203 188
Hex 5C CB BC

RGB Percentages of Color #5ccbbc

%19.05
%42.03
%38.92

CMYK Percentages of Color #5ccbbc

%55
%0
%7
%20

Triadic Colors of #5ccbbc

#5ccbbc #bc5ccb #cbbc5c

Analogous Colors of #5ccbbc

#5ccbbc #5ca3cb #5ccb85

Monochromatic Colors of #5ccbbc

#5ccbbc

Complementary Color

#5ccbbc #cb5c6b

#5ccbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccbbc Color CSS Codes

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

#5ccbbc Text Font Color

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

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


#5ccbbc Background Color

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

This div background color is #5ccbbc


#5ccbbc Border Color

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

This div border color is #5ccbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccbbc


Comments

No comments written yet.

Please login to write comment.