Color Hex Logo

#5fccc7 Color Hex

#5FCCC7
(95,204,199)
0 Favorites   0 Comments

Color spaces of #5fccc7

RGB 95204199
HSL0.490.520.59
HSV177°53°80°
CMYK 0.530.000.02   0.20
XYZ36.621049.742161.7039
Yxy49.74210.24730.3359
Hunter Lab70.5281-30.7398-2.5022
CIE-Lab75.9107-32.3350-7.0395

#5fccc7 color RGB value is (95,204,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001100 11000111
Octal 137 314 307
Decimal 95 204 199
Hex 5F CC C7

RGB Percentages of Color #5fccc7

%19.08
%40.96
%39.96

CMYK Percentages of Color #5fccc7

%53
%0
%2
%20

Triadic Colors of #5fccc7

#5fccc7 #c75fcc #ccc75f

Analogous Colors of #5fccc7

#5fccc7 #5f9bcc #5fcc91

Monochromatic Colors of #5fccc7

#5fccc7

Complementary Color

#5fccc7 #cc5f64

#5fccc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fccc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fccc7 Color CSS Codes

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

#5fccc7 Text Font Color

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

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


#5fccc7 Background Color

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

This div background color is #5fccc7


#5fccc7 Border Color

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

This div border color is #5fccc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fccc7


Comments

No comments written yet.

Please login to write comment.