Color Hex Logo

#aad263 Color Hex

#AAD263
(170,210,99)
0 Favorites   0 Comments

Color spaces of #aad263

RGB 17021099
HSL0.230.550.61
HSV82°53°82°
CMYK 0.190.000.53   0.18
XYZ41.876355.540120.3176
Yxy55.54010.35570.4717
Hunter Lab74.5252-30.118636.0036
CIE-Lab79.3514-30.533550.1109

#aad263 color RGB value is (170,210,99).

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

The process color (four color CMYK) of #aad263 color hex is 0.19, 0.00, 0.53, 0.18. Web safe color of #aad263 is #99cc66. Color #aad263 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 01100011
Octal 252 322 143
Decimal 170 210 99
Hex AA D2 63

RGB Percentages of Color #aad263

%35.49
%43.84
%20.67

CMYK Percentages of Color #aad263

%19
%0
%53
%18

Triadic Colors of #aad263

#aad263 #63aad2 #d263aa

Analogous Colors of #aad263

#aad263 #73d263 #d2c363

Monochromatic Colors of #aad263

#aad263

Complementary Color

#aad263 #8b63d2

#aad263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad263 Color CSS Codes

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

#aad263 Text Font Color

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

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


#aad263 Background Color

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

This div background color is #aad263


#aad263 Border Color

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

This div border color is #aad263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad263


Comments

No comments written yet.

Please login to write comment.