Color Hex Logo

#5ccbcf Color Hex

#5CCBCF
(92,203,207)
0 Favorites   0 Comments

Color spaces of #5ccbcf

RGB 92203207
HSL0.510.550.59
HSV182°56°81°
CMYK 0.560.020.00   0.19
XYZ37.032149.492266.6326
Yxy49.49220.24180.3231
Hunter Lab70.3507-29.1526-6.9110
CIE-Lab75.7565-30.3141-11.5996

#5ccbcf color RGB value is (92,203,207).

#5ccbcf hex color red value is 92, green value is 203 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5ccbcf hue: 0.51 , saturation: 0.55 and the lightness value of 5ccbcf is 0.59.

The process color (four color CMYK) of #5ccbcf color hex is 0.56, 0.02, 0.00, 0.19. Web safe color of #5ccbcf is #66cccc. Color #5ccbcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001011 11001111
Octal 134 313 317
Decimal 92 203 207
Hex 5C CB CF

RGB Percentages of Color #5ccbcf

%18.33
%40.44
%41.24

CMYK Percentages of Color #5ccbcf

%56
%2
%0
%19

Triadic Colors of #5ccbcf

#5ccbcf #cf5ccb #cbcf5c

Analogous Colors of #5ccbcf

#5ccbcf #5c92cf #5ccf9a

Monochromatic Colors of #5ccbcf

#5ccbcf

Complementary Color

#5ccbcf #cf605c

#5ccbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccbcf Color CSS Codes

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

#5ccbcf Text Font Color

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

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


#5ccbcf Background Color

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

This div background color is #5ccbcf


#5ccbcf Border Color

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

This div border color is #5ccbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccbcf


Comments

No comments written yet.

Please login to write comment.