Color Hex Logo

#5fddad Color Hex

#5FDDAD
(95,221,173)
1 Favorites   0 Comments

Color spaces of #5fddad

RGB 95221173
HSL0.440.650.62
HSV157°57°87°
CMYK 0.570.000.22   0.13
XYZ38.118657.162948.5597
Yxy57.16290.26500.3974
Hunter Lab75.6062-42.315814.8440
CIE-Lab80.2711-46.236513.1805

#5fddad color RGB value is (95,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011101 10101101
Octal 137 335 255
Decimal 95 221 173
Hex 5F DD AD

RGB Percentages of Color #5fddad

%19.43
%45.19
%35.38

CMYK Percentages of Color #5fddad

%57
%0
%22
%13

Triadic Colors of #5fddad

#5fddad #ad5fdd #ddad5f

Analogous Colors of #5fddad

#5fddad #5fcedd #5fdd6e

Monochromatic Colors of #5fddad

#5fddad

Complementary Color

#5fddad #dd5f8f

#5fddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fddad Color CSS Codes

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

#5fddad Text Font Color

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

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


#5fddad Background Color

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

This div background color is #5fddad


#5fddad Border Color

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

This div border color is #5fddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fddad


Comments

No comments written yet.

Please login to write comment.