Color Hex Logo

#aad758 Color Hex

#AAD758
(170,215,88)
0 Favorites   0 Comments

Color spaces of #aad758

RGB 17021588
HSL0.230.610.59
HSV81°59°84°
CMYK 0.210.000.59   0.16
XYZ42.639557.851518.1516
Yxy57.85150.35940.4876
Hunter Lab76.0602-33.037839.0927
CIE-Lab80.6562-33.860256.5753

#aad758 color RGB value is (170,215,88).

#aad758 hex color red value is 170, green value is 215 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #aad758 hue: 0.23 , saturation: 0.61 and the lightness value of aad758 is 0.59.

The process color (four color CMYK) of #aad758 color hex is 0.21, 0.00, 0.59, 0.16. Web safe color of #aad758 is #99cc66. Color #aad758 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 01011000
Octal 252 327 130
Decimal 170 215 88
Hex AA D7 58

RGB Percentages of Color #aad758

%35.94
%45.45
%18.60

CMYK Percentages of Color #aad758

%21
%0
%59
%16

Triadic Colors of #aad758

#aad758 #58aad7 #d758aa

Analogous Colors of #aad758

#aad758 #6bd758 #d7c558

Monochromatic Colors of #aad758

#aad758

Complementary Color

#aad758 #8558d7

#aad758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad758 Color CSS Codes

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

#aad758 Text Font Color

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

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


#aad758 Background Color

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

This div background color is #aad758


#aad758 Border Color

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

This div border color is #aad758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad758


Comments

No comments written yet.

Please login to write comment.