Color Hex Logo

#5fcccd Color Hex

#5FCCCD
(95,204,205)
0 Favorites   0 Comments

Color spaces of #5fcccd

RGB 95204205
HSL0.500.520.59
HSV181°54°80°
CMYK 0.540.000.00   0.20
XYZ37.331650.026465.4461
Yxy50.02640.24430.3274
Hunter Lab70.7293-29.5624-5.3507
CIE-Lab76.0855-30.7501-10.0185

#5fcccd color RGB value is (95,204,205).

#5fcccd hex color red value is 95, green value is 204 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5fcccd hue: 0.50 , saturation: 0.52 and the lightness value of 5fcccd is 0.59.

The process color (four color CMYK) of #5fcccd color hex is 0.54, 0.00, 0.00, 0.20. Web safe color of #5fcccd is #66cccc. Color #5fcccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001100 11001101
Octal 137 314 315
Decimal 95 204 205
Hex 5F CC CD

RGB Percentages of Color #5fcccd

%18.85
%40.48
%40.67

CMYK Percentages of Color #5fcccd

%54
%0
%0
%20

Triadic Colors of #5fcccd

#5fcccd #cd5fcc #cccd5f

Analogous Colors of #5fcccd

#5fcccd #5f95cd #5fcd97

Monochromatic Colors of #5fcccd

#5fcccd

Complementary Color

#5fcccd #cd605f

#5fcccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcccd Color CSS Codes

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

#5fcccd Text Font Color

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

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


#5fcccd Background Color

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

This div background color is #5fcccd


#5fcccd Border Color

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

This div border color is #5fcccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,204,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 #5fcccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcccd


Comments

No comments written yet.

Please login to write comment.