Color Hex Logo

#abdead Color Hex

#ABDEAD
(171,222,173)
0 Favorites   0 Comments

Color spaces of #abdead

RGB 171222173
HSL0.340.440.77
HSV122°23°87°
CMYK 0.230.000.22   0.13
XYZ50.458763.917649.2130
Yxy63.91760.30840.3907
Hunter Lab79.9485-27.251319.4675
CIE-Lab83.9228-25.844118.7944

#abdead color RGB value is (171,222,173).

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

The process color (four color CMYK) of #abdead color hex is 0.23, 0.00, 0.22, 0.13. Web safe color of #abdead is #99cc99. Color #abdead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 10101101
Octal 253 336 255
Decimal 171 222 173
Hex AB DE AD

RGB Percentages of Color #abdead

%30.21
%39.22
%30.57

CMYK Percentages of Color #abdead

%23
%0
%22
%13

Triadic Colors of #abdead

#abdead #adabde #deadab

Analogous Colors of #abdead

#abdead #abdec7 #c3deab

Monochromatic Colors of #abdead

#abdead

Complementary Color

#abdead #deabdc

#abdead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdead Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdead Color CSS Codes

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

#abdead Text Font Color

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

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


#abdead Background Color

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

This div background color is #abdead


#abdead Border Color

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

This div border color is #abdead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,222,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 #abdead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdead


Comments

No comments written yet.

Please login to write comment.