Color Hex Logo

#5fcaaa Color Hex

#5FCAAA
(95,202,170)
0 Favorites   0 Comments

Color spaces of #5fcaaa

RGB 95202170
HSL0.450.500.58
HSV162°53°79°
CMYK 0.530.000.16   0.21
XYZ33.095547.576245.4690
Yxy47.57620.26240.3772
Hunter Lab68.9755-35.06019.1986
CIE-Lab74.5568-38.57096.6415

#5fcaaa color RGB value is (95,202,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001010 10101010
Octal 137 312 252
Decimal 95 202 170
Hex 5F CA AA

RGB Percentages of Color #5fcaaa

%20.34
%43.25
%36.40

CMYK Percentages of Color #5fcaaa

%53
%0
%16
%21

Triadic Colors of #5fcaaa

#5fcaaa #aa5fca #caaa5f

Analogous Colors of #5fcaaa

#5fcaaa #5fb5ca #5fca75

Monochromatic Colors of #5fcaaa

#5fcaaa

Complementary Color

#5fcaaa #ca5f7f

#5fcaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcaaa Color CSS Codes

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

#5fcaaa Text Font Color

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

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


#5fcaaa Background Color

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

This div background color is #5fcaaa


#5fcaaa Border Color

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

This div border color is #5fcaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcaaa


Comments

No comments written yet.

Please login to write comment.