Color Hex Logo

#5fccdc Color Hex

#5FCCDC
(95,204,220)
0 Favorites   0 Comments

Color spaces of #5fccdc

RGB 95204220
HSL0.520.640.62
HSV188°57°86°
CMYK 0.570.070.00   0.14
XYZ39.230450.785975.4451
Yxy50.78590.23710.3069
Hunter Lab71.2642-26.4495-12.8834
CIE-Lab76.5491-26.6429-17.4109

#5fccdc color RGB value is (95,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001100 11011100
Octal 137 314 334
Decimal 95 204 220
Hex 5F CC DC

RGB Percentages of Color #5fccdc

%18.30
%39.31
%42.39

CMYK Percentages of Color #5fccdc

%57
%7
%0
%14

Triadic Colors of #5fccdc

#5fccdc #dc5fcc #ccdc5f

Analogous Colors of #5fccdc

#5fccdc #5f8edc #5fdcae

Monochromatic Colors of #5fccdc

#5fccdc

Complementary Color

#5fccdc #dc6f5f

#5fccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fccdc Color CSS Codes

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

#5fccdc Text Font Color

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

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


#5fccdc Background Color

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

This div background color is #5fccdc


#5fccdc Border Color

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

This div border color is #5fccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fccdc


Comments

No comments written yet.

Please login to write comment.