Color Hex Logo

#5fadad Color Hex

#5FADAD
(95,173,173)
0 Favorites   0 Comments

Color spaces of #5fadad

RGB 95173173
HSL0.500.320.53
HSV180°45°68°
CMYK 0.450.000.00   0.32
XYZ27.205735.337244.9220
Yxy35.33720.25320.3288
Hunter Lab59.4451-22.3365-3.1932
CIE-Lab66.0104-23.9764-7.4920

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

#5fadad hex color red value is 95, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5fadad hue: 0.50 , saturation: 0.32 and the lightness value of 5fadad is 0.53.

The process color (four color CMYK) of #5fadad color hex is 0.45, 0.00, 0.00, 0.32. Web safe color of #5fadad is #669999. Color #5fadad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101101 10101101
Octal 137 255 255
Decimal 95 173 173
Hex 5F AD AD

RGB Percentages of Color #5fadad

%21.54
%39.23
%39.23

CMYK Percentages of Color #5fadad

%45
%0
%0
%32

Triadic Colors of #5fadad

#5fadad #ad5fad #adad5f

Analogous Colors of #5fadad

#5fadad #5f86ad #5fad86

Monochromatic Colors of #5fadad

#5fadad

Complementary Color

#5fadad #ad5f5f

#5fadad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fadad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fadad Color CSS Codes

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

#5fadad Text Font Color

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

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


#5fadad Background Color

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

This div background color is #5fadad


#5fadad Border Color

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

This div border color is #5fadad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fadad


Comments

No comments written yet.

Please login to write comment.