Color Hex Logo

#5fccab Color Hex

#5FCCAB
(95,204,171)
0 Favorites   0 Comments

Color spaces of #5fccab

RGB 95204171
HSL0.450.520.59
HSV162°53°80°
CMYK 0.530.000.16   0.20
XYZ33.662948.558946.1267
Yxy48.55890.26230.3783
Hunter Lab69.6842-35.71809.5326
CIE-Lab75.1761-39.24126.9918

#5fccab color RGB value is (95,204,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001100 10101011
Octal 137 314 253
Decimal 95 204 171
Hex 5F CC AB

RGB Percentages of Color #5fccab

%20.21
%43.40
%36.38

CMYK Percentages of Color #5fccab

%53
%0
%16
%20

Triadic Colors of #5fccab

#5fccab #ab5fcc #ccab5f

Analogous Colors of #5fccab

#5fccab #5fb7cc #5fcc75

Monochromatic Colors of #5fccab

#5fccab

Complementary Color

#5fccab #cc5f80

#5fccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fccab Color CSS Codes

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

#5fccab Text Font Color

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

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


#5fccab Background Color

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

This div background color is #5fccab


#5fccab Border Color

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

This div border color is #5fccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fccab


Comments

No comments written yet.

Please login to write comment.