Color Hex Logo

#aabd94 Color Hex

#AABD94
(170,189,148)
0 Favorites   0 Comments

Color spaces of #aabd94

RGB 170189148
HSL0.240.240.66
HSV88°22°74°
CMYK 0.100.000.22   0.26
XYZ40.120547.079434.9896
Yxy47.07940.32830.3853
Hunter Lab68.6144-15.702017.7954
CIE-Lab74.2405-13.897518.5969

#aabd94 color RGB value is (170,189,148).

#aabd94 hex color red value is 170, green value is 189 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #aabd94 hue: 0.24 , saturation: 0.24 and the lightness value of aabd94 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 10010100
Octal 252 275 224
Decimal 170 189 148
Hex AA BD 94

RGB Percentages of Color #aabd94

%33.53
%37.28
%29.19

CMYK Percentages of Color #aabd94

%10
%0
%22
%26

Triadic Colors of #aabd94

#aabd94 #94aabd #bd94aa

Analogous Colors of #aabd94

#aabd94 #96bd94 #bdbc94

Monochromatic Colors of #aabd94

#aabd94

Complementary Color

#aabd94 #a794bd

#aabd94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabd94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabd94 Color CSS Codes

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

#aabd94 Text Font Color

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

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


#aabd94 Background Color

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

This div background color is #aabd94


#aabd94 Border Color

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

This div border color is #aabd94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabd94


Comments

No comments written yet.

Please login to write comment.