Color Hex Logo

#aad875 Color Hex

#AAD875
(170,216,117)
0 Favorites   0 Comments

Color spaces of #aad875

RGB 170216117
HSL0.240.560.65
HSV88°46°85°
CMYK 0.210.000.46   0.15
XYZ44.344358.942125.8694
Yxy58.94210.34330.4564
Hunter Lab76.7738-31.253033.7635
CIE-Lab81.2598-31.427343.8175

#aad875 color RGB value is (170,216,117).

#aad875 hex color red value is 170, green value is 216 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #aad875 hue: 0.24 , saturation: 0.56 and the lightness value of aad875 is 0.65.

The process color (four color CMYK) of #aad875 color hex is 0.21, 0.00, 0.46, 0.15. Web safe color of #aad875 is #99cc66. Color #aad875 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 01110101
Octal 252 330 165
Decimal 170 216 117
Hex AA D8 75

RGB Percentages of Color #aad875

%33.80
%42.94
%23.26

CMYK Percentages of Color #aad875

%21
%0
%46
%15

Triadic Colors of #aad875

#aad875 #75aad8 #d875aa

Analogous Colors of #aad875

#aad875 #79d875 #d8d575

Monochromatic Colors of #aad875

#aad875

Complementary Color

#aad875 #a375d8

#aad875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad875 Color CSS Codes

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

#aad875 Text Font Color

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

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


#aad875 Background Color

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

This div background color is #aad875


#aad875 Border Color

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

This div border color is #aad875


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,216,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aad875; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aad875;
  -webkit-box-shadow: 1px 1px 3px 2px #aad875;
  box-shadow:         1px 1px 3px 2px #aad875; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,216,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad875


Comments

No comments written yet.

Please login to write comment.