Color Hex Logo

#5fcaab Color Hex

#5FCAAB
(95,202,171)
0 Favorites   0 Comments

Color spaces of #5fcaab

RGB 95202171
HSL0.450.500.58
HSV163°53°79°
CMYK 0.530.000.15   0.21
XYZ33.190547.614245.9692
Yxy47.61420.26180.3756
Hunter Lab69.0030-34.89678.8037
CIE-Lab74.5809-38.33856.1368

#5fcaab color RGB value is (95,202,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001010 10101011
Octal 137 312 253
Decimal 95 202 171
Hex 5F CA AB

RGB Percentages of Color #5fcaab

%20.30
%43.16
%36.54

CMYK Percentages of Color #5fcaab

%53
%0
%15
%21

Triadic Colors of #5fcaab

#5fcaab #ab5fca #caab5f

Analogous Colors of #5fcaab

#5fcaab #5fb4ca #5fca76

Monochromatic Colors of #5fcaab

#5fcaab

Complementary Color

#5fcaab #ca5f7e

#5fcaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcaab Color CSS Codes

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

#5fcaab Text Font Color

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

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


#5fcaab Background Color

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

This div background color is #5fcaab


#5fcaab Border Color

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

This div border color is #5fcaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcaab


Comments

No comments written yet.

Please login to write comment.