Color Hex Logo

#a5dfaf Color Hex

#A5DFAF
(165,223,175)
0 Favorites   0 Comments

Color spaces of #a5dfaf

RGB 165223175
HSL0.360.480.76
HSV130°26°87°
CMYK 0.260.000.22   0.13
XYZ49.642663.869850.2691
Yxy63.86980.30310.3900
Hunter Lab79.9186-28.979618.6494
CIE-Lab83.8979-27.931317.6612

#a5dfaf color RGB value is (165,223,175).

#a5dfaf hex color red value is 165, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a5dfaf hue: 0.36 , saturation: 0.48 and the lightness value of a5dfaf is 0.76.

The process color (four color CMYK) of #a5dfaf color hex is 0.26, 0.00, 0.22, 0.13. Web safe color of #a5dfaf is #99cc99. Color #a5dfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011111 10101111
Octal 245 337 257
Decimal 165 223 175
Hex A5 DF AF

RGB Percentages of Color #a5dfaf

%29.31
%39.61
%31.08

CMYK Percentages of Color #a5dfaf

%26
%0
%22
%13

Triadic Colors of #a5dfaf

#a5dfaf #afa5df #dfafa5

Analogous Colors of #a5dfaf

#a5dfaf #a5dfcc #b8dfa5

Monochromatic Colors of #a5dfaf

#a5dfaf

Complementary Color

#a5dfaf #dfa5d5

#a5dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dfaf Color CSS Codes

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

#a5dfaf Text Font Color

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

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


#a5dfaf Background Color

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

This div background color is #a5dfaf


#a5dfaf Border Color

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

This div border color is #a5dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dfaf


Comments

No comments written yet.

Please login to write comment.