Color Hex Logo

#5ccbdc Color Hex

#5CCBDC
(92,203,220)
0 Favorites   0 Comments

Color spaces of #5ccbdc

RGB 92203220
HSL0.520.650.61
HSV188°58°86°
CMYK 0.580.080.00   0.14
XYZ38.687850.154575.3519
Yxy50.15450.23560.3055
Hunter Lab70.8198-26.4229-13.5103
CIE-Lab76.1640-26.7071-18.0021

#5ccbdc color RGB value is (92,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001011 11011100
Octal 134 313 334
Decimal 92 203 220
Hex 5C CB DC

RGB Percentages of Color #5ccbdc

%17.86
%39.42
%42.72

CMYK Percentages of Color #5ccbdc

%58
%8
%0
%14

Triadic Colors of #5ccbdc

#5ccbdc #dc5ccb #cbdc5c

Analogous Colors of #5ccbdc

#5ccbdc #5c8bdc #5cdcad

Monochromatic Colors of #5ccbdc

#5ccbdc

Complementary Color

#5ccbdc #dc6d5c

#5ccbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccbdc Color CSS Codes

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

#5ccbdc Text Font Color

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

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


#5ccbdc Background Color

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

This div background color is #5ccbdc


#5ccbdc Border Color

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

This div border color is #5ccbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccbdc


Comments

No comments written yet.

Please login to write comment.