Color Hex Logo

#adf5af Color Hex

#ADF5AF
(173,245,175)
0 Favorites   0 Comments

Color spaces of #adf5af

RGB 173245175
HSL0.340.780.82
HSV122°29°96°
CMYK 0.290.000.29   0.04
XYZ57.623977.284252.4377
Yxy77.28420.30760.4125
Hunter Lab87.9114-36.842426.1725
CIE-Lab90.4523-35.666326.7702

#adf5af color RGB value is (173,245,175).

#adf5af hex color red value is 173, green value is 245 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #adf5af hue: 0.34 , saturation: 0.78 and the lightness value of adf5af is 0.82.

The process color (four color CMYK) of #adf5af color hex is 0.29, 0.00, 0.29, 0.04. Web safe color of #adf5af is #99ff99. Color #adf5af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110101 10101111
Octal 255 365 257
Decimal 173 245 175
Hex AD F5 AF

RGB Percentages of Color #adf5af

%29.17
%41.32
%29.51

CMYK Percentages of Color #adf5af

%29
%0
%29
%4

Triadic Colors of #adf5af

#adf5af #afadf5 #f5afad

Analogous Colors of #adf5af

#adf5af #adf5d3 #cff5ad

Monochromatic Colors of #adf5af

#adf5af

Complementary Color

#adf5af #f5adf3

#adf5af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf5af Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf5af Color CSS Codes

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

#adf5af Text Font Color

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

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


#adf5af Background Color

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

This div background color is #adf5af


#adf5af Border Color

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

This div border color is #adf5af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf5af


Comments

No comments written yet.

Please login to write comment.