Color Hex Logo

#aada68 Color Hex

#AADA68
(170,218,104)
0 Favorites   0 Comments

Color spaces of #aada68

RGB 170218104
HSL0.240.610.63
HSV85°52°85°
CMYK 0.220.000.52   0.15
XYZ44.147759.688322.2909
Yxy59.68830.35000.4732
Hunter Lab77.2582-33.201536.9741
CIE-Lab81.6685-33.762950.5196

#aada68 color RGB value is (170,218,104).

#aada68 hex color red value is 170, green value is 218 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #aada68 hue: 0.24 , saturation: 0.61 and the lightness value of aada68 is 0.63.

The process color (four color CMYK) of #aada68 color hex is 0.22, 0.00, 0.52, 0.15. Web safe color of #aada68 is #99cc66. Color #aada68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 01101000
Octal 252 332 150
Decimal 170 218 104
Hex AA DA 68

RGB Percentages of Color #aada68

%34.55
%44.31
%21.14

CMYK Percentages of Color #aada68

%22
%0
%52
%15

Triadic Colors of #aada68

#aada68 #68aada #da68aa

Analogous Colors of #aada68

#aada68 #71da68 #dad168

Monochromatic Colors of #aada68

#aada68

Complementary Color

#aada68 #9868da

#aada68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aada68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aada68 Color CSS Codes

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

#aada68 Text Font Color

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

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


#aada68 Background Color

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

This div background color is #aada68


#aada68 Border Color

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

This div border color is #aada68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aada68


Comments

No comments written yet.

Please login to write comment.