Color Hex Logo

#5ccbdd Color Hex

#5CCBDD
(92,203,221)
0 Favorites   0 Comments

Color spaces of #5ccbdd

RGB 92203221
HSL0.520.650.61
HSV188°58°87°
CMYK 0.580.080.00   0.13
XYZ38.820750.207676.0516
Yxy50.20760.23520.3041
Hunter Lab70.8573-26.2053-14.0362
CIE-Lab76.1965-26.4235-18.4919

#5ccbdd color RGB value is (92,203,221).

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

The process color (four color CMYK) of #5ccbdd color hex is 0.58, 0.08, 0.00, 0.13. Web safe color of #5ccbdd is #66cccc. Color #5ccbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001011 11011101
Octal 134 313 335
Decimal 92 203 221
Hex 5C CB DD

RGB Percentages of Color #5ccbdd

%17.83
%39.34
%42.83

CMYK Percentages of Color #5ccbdd

%58
%8
%0
%13

Triadic Colors of #5ccbdd

#5ccbdd #dd5ccb #cbdd5c

Analogous Colors of #5ccbdd

#5ccbdd #5c8bdd #5cddaf

Monochromatic Colors of #5ccbdd

#5ccbdd

Complementary Color

#5ccbdd #dd6e5c

#5ccbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccbdd Color CSS Codes

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

#5ccbdd Text Font Color

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

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


#5ccbdd Background Color

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

This div background color is #5ccbdd


#5ccbdd Border Color

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

This div border color is #5ccbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccbdd


Comments

No comments written yet.

Please login to write comment.