Color Hex Logo

#5fccaa Color Hex

#5FCCAA
(95,204,170)
0 Favorites   0 Comments

Color spaces of #5fccaa

RGB 95204170
HSL0.450.520.59
HSV161°53°80°
CMYK 0.530.000.17   0.20
XYZ33.567948.520945.6265
Yxy48.52090.26280.3799
Hunter Lab69.6569-35.87999.9239
CIE-Lab75.1523-39.47177.4957

#5fccaa color RGB value is (95,204,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001100 10101010
Octal 137 314 252
Decimal 95 204 170
Hex 5F CC AA

RGB Percentages of Color #5fccaa

%20.26
%43.50
%36.25

CMYK Percentages of Color #5fccaa

%53
%0
%17
%20

Triadic Colors of #5fccaa

#5fccaa #aa5fcc #ccaa5f

Analogous Colors of #5fccaa

#5fccaa #5fb8cc #5fcc74

Monochromatic Colors of #5fccaa

#5fccaa

Complementary Color

#5fccaa #cc5f81

#5fccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fccaa Color CSS Codes

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

#5fccaa Text Font Color

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

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


#5fccaa Background Color

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

This div background color is #5fccaa


#5fccaa Border Color

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

This div border color is #5fccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fccaa


Comments

No comments written yet.

Please login to write comment.