Color Hex Logo

#5fc2ae Color Hex

#5FC2AE
(95,194,174)
0 Favorites   0 Comments

Color spaces of #5fc2ae

RGB 95194174
HSL0.470.450.57
HSV168°51°76°
CMYK 0.510.000.10   0.24
XYZ31.651144.072546.8830
Yxy44.07250.25820.3595
Hunter Lab66.3871-31.07484.6000
CIE-Lab72.2769-33.93731.1767

#5fc2ae color RGB value is (95,194,174).

#5fc2ae hex color red value is 95, green value is 194 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5fc2ae hue: 0.47 , saturation: 0.45 and the lightness value of 5fc2ae is 0.57.

The process color (four color CMYK) of #5fc2ae color hex is 0.51, 0.00, 0.10, 0.24. Web safe color of #5fc2ae is #66cc99. Color #5fc2ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11000010 10101110
Octal 137 302 256
Decimal 95 194 174
Hex 5F C2 AE

RGB Percentages of Color #5fc2ae

%20.52
%41.90
%37.58

CMYK Percentages of Color #5fc2ae

%51
%0
%10
%24

Triadic Colors of #5fc2ae

#5fc2ae #ae5fc2 #c2ae5f

Analogous Colors of #5fc2ae

#5fc2ae #5fa5c2 #5fc27d

Monochromatic Colors of #5fc2ae

#5fc2ae

Complementary Color

#5fc2ae #c25f73

#5fc2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fc2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fc2ae Color CSS Codes

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

#5fc2ae Text Font Color

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

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


#5fc2ae Background Color

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

This div background color is #5fc2ae


#5fc2ae Border Color

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

This div border color is #5fc2ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fc2ae


Comments

No comments written yet.

Please login to write comment.