Color Hex Logo

#5ccbbe Color Hex

#5CCBBE
(92,203,190)
0 Favorites   0 Comments

Color spaces of #5ccbbe

RGB 92203190
HSL0.480.520.58
HSV173°55°80°
CMYK 0.550.000.06   0.20
XYZ35.063848.704956.2681
Yxy48.70490.25040.3478
Hunter Lab69.7889-32.44741.0490
CIE-Lab75.2674-34.7939-3.1384

#5ccbbe color RGB value is (92,203,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001011 10111110
Octal 134 313 276
Decimal 92 203 190
Hex 5C CB BE

RGB Percentages of Color #5ccbbe

%18.97
%41.86
%39.18

CMYK Percentages of Color #5ccbbe

%55
%0
%6
%20

Triadic Colors of #5ccbbe

#5ccbbe #be5ccb #cbbe5c

Analogous Colors of #5ccbbe

#5ccbbe #5ca1cb #5ccb87

Monochromatic Colors of #5ccbbe

#5ccbbe

Complementary Color

#5ccbbe #cb5c69

#5ccbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccbbe Color CSS Codes

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

#5ccbbe Text Font Color

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

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


#5ccbbe Background Color

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

This div background color is #5ccbbe


#5ccbbe Border Color

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

This div border color is #5ccbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccbbe


Comments

No comments written yet.

Please login to write comment.