Color Hex Logo

#a5dfac Color Hex

#A5DFAC
(165,223,172)
0 Favorites   0 Comments

Color spaces of #a5dfac

RGB 165223172
HSL0.350.480.76
HSV127°26°87°
CMYK 0.260.000.23   0.13
XYZ49.351163.753248.7343
Yxy63.75320.30490.3939
Hunter Lab79.8456-29.402219.7039
CIE-Lab83.8371-28.458819.1458

#a5dfac color RGB value is (165,223,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011111 10101100
Octal 245 337 254
Decimal 165 223 172
Hex A5 DF AC

RGB Percentages of Color #a5dfac

%29.46
%39.82
%30.71

CMYK Percentages of Color #a5dfac

%26
%0
%23
%13

Triadic Colors of #a5dfac

#a5dfac #aca5df #dfaca5

Analogous Colors of #a5dfac

#a5dfac #a5dfc9 #bbdfa5

Monochromatic Colors of #a5dfac

#a5dfac

Complementary Color

#a5dfac #dfa5d8

#a5dfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dfac Color CSS Codes

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

#a5dfac Text Font Color

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

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


#a5dfac Background Color

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

This div background color is #a5dfac


#a5dfac Border Color

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

This div border color is #a5dfac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,223,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dfac


Comments

No comments written yet.

Please login to write comment.