Color Hex Logo

#abdaad Color Hex

#ABDAAD
(171,218,173)
0 Favorites   0 Comments

Color spaces of #abdaad

RGB 171218173
HSL0.340.390.76
HSV123°22°85°
CMYK 0.220.000.21   0.15
XYZ49.408861.817948.8631
Yxy61.81790.30860.3861
Hunter Lab78.6244-25.420418.1898
CIE-Lab82.8165-23.903017.2515

#abdaad color RGB value is (171,218,173).

#abdaad hex color red value is 171, green value is 218 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #abdaad hue: 0.34 , saturation: 0.39 and the lightness value of abdaad is 0.76.

The process color (four color CMYK) of #abdaad color hex is 0.22, 0.00, 0.21, 0.15. Web safe color of #abdaad is #99cc99. Color #abdaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 10101101
Octal 253 332 255
Decimal 171 218 173
Hex AB DA AD

RGB Percentages of Color #abdaad

%30.43
%38.79
%30.78

CMYK Percentages of Color #abdaad

%22
%0
%21
%15

Triadic Colors of #abdaad

#abdaad #adabda #daadab

Analogous Colors of #abdaad

#abdaad #abdac5 #c1daab

Monochromatic Colors of #abdaad

#abdaad

Complementary Color

#abdaad #daabd8

#abdaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdaad Color CSS Codes

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

#abdaad Text Font Color

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

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


#abdaad Background Color

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

This div background color is #abdaad


#abdaad Border Color

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

This div border color is #abdaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdaad


Comments

No comments written yet.

Please login to write comment.