Color Hex Logo

#aabda7 Color Hex

#AABDA7
(170,189,167)
0 Favorites   0 Comments

Color spaces of #aabda7

RGB 170189167
HSL0.310.140.70
HSV112°12°74°
CMYK 0.100.000.12   0.26
XYZ41.750247.731343.5718
Yxy47.73130.31380.3587
Hunter Lab69.0878-13.035110.9689
CIE-Lab74.6551-10.67348.9197

#aabda7 color RGB value is (170,189,167).

#aabda7 hex color red value is 170, green value is 189 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #aabda7 hue: 0.31 , saturation: 0.14 and the lightness value of aabda7 is 0.70.

The process color (four color CMYK) of #aabda7 color hex is 0.10, 0.00, 0.12, 0.26. Web safe color of #aabda7 is #99cc99. Color #aabda7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 10100111
Octal 252 275 247
Decimal 170 189 167
Hex AA BD A7

RGB Percentages of Color #aabda7

%32.32
%35.93
%31.75

CMYK Percentages of Color #aabda7

%10
%0
%12
%26

Triadic Colors of #aabda7

#aabda7 #a7aabd #bda7aa

Analogous Colors of #aabda7

#aabda7 #a7bdaf #b5bda7

Monochromatic Colors of #aabda7

#aabda7

Complementary Color

#aabda7 #baa7bd

#aabda7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabda7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabda7 Color CSS Codes

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

#aabda7 Text Font Color

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

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


#aabda7 Background Color

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

This div background color is #aabda7


#aabda7 Border Color

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

This div border color is #aabda7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabda7


Comments

No comments written yet.

Please login to write comment.