Color Hex Logo

#5ccdcd Color Hex

#5CCDCD
(92,205,205)
1 Favorites   0 Comments

Color spaces of #5ccdcd

RGB 92205205
HSL0.500.530.58
HSV180°55°80°
CMYK 0.550.000.00   0.20
XYZ37.264450.345765.5113
Yxy50.34570.24340.3288
Hunter Lab70.9547-30.4251-5.0732
CIE-Lab76.2810-31.8126-9.7375

#5ccdcd color RGB value is (92,205,205).

#5ccdcd hex color red value is 92, green value is 205 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5ccdcd hue: 0.50 , saturation: 0.53 and the lightness value of 5ccdcd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001101 11001101
Octal 134 315 315
Decimal 92 205 205
Hex 5C CD CD

RGB Percentages of Color #5ccdcd

%18.33
%40.84
%40.84

CMYK Percentages of Color #5ccdcd

%55
%0
%0
%20

Triadic Colors of #5ccdcd

#5ccdcd #cd5ccd #cdcd5c

Analogous Colors of #5ccdcd

#5ccdcd #5c95cd #5ccd95

Monochromatic Colors of #5ccdcd

#5ccdcd

Complementary Color

#5ccdcd #cd5c5c

#5ccdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccdcd Color CSS Codes

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

#5ccdcd Text Font Color

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

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


#5ccdcd Background Color

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

This div background color is #5ccdcd


#5ccdcd Border Color

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

This div border color is #5ccdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccdcd


Comments

No comments written yet.

Please login to write comment.