Color Hex Logo

#5fdeaf Color Hex

#5FDEAF
(95,222,175)
0 Favorites   0 Comments

Color spaces of #5fdeaf

RGB 95222175
HSL0.440.660.62
HSV158°57°87°
CMYK 0.570.000.21   0.13
XYZ38.578557.770649.6750
Yxy57.77060.26420.3956
Hunter Lab76.0070-42.411814.4554
CIE-Lab80.6111-46.224912.6056

#5fdeaf color RGB value is (95,222,175).

#5fdeaf hex color red value is 95, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5fdeaf hue: 0.44 , saturation: 0.66 and the lightness value of 5fdeaf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011110 10101111
Octal 137 336 257
Decimal 95 222 175
Hex 5F DE AF

RGB Percentages of Color #5fdeaf

%19.31
%45.12
%35.57

CMYK Percentages of Color #5fdeaf

%57
%0
%21
%13

Triadic Colors of #5fdeaf

#5fdeaf #af5fde #deaf5f

Analogous Colors of #5fdeaf

#5fdeaf #5fcede #5fde70

Monochromatic Colors of #5fdeaf

#5fdeaf

Complementary Color

#5fdeaf #de5f8e

#5fdeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdeaf Color CSS Codes

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

#5fdeaf Text Font Color

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

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


#5fdeaf Background Color

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

This div background color is #5fdeaf


#5fdeaf Border Color

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

This div border color is #5fdeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdeaf


Comments

No comments written yet.

Please login to write comment.