Color Hex Logo

#abdeab Color Hex

#ABDEAB
(171,222,171)
0 Favorites   0 Comments

Color spaces of #abdeab

RGB 171222171
HSL0.330.440.77
HSV120°23°87°
CMYK 0.230.000.23   0.13
XYZ50.266563.840848.2012
Yxy63.84080.30970.3933
Hunter Lab79.9004-27.528920.1627
CIE-Lab83.8828-26.186219.7845

#abdeab color RGB value is (171,222,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 10101011
Octal 253 336 253
Decimal 171 222 171
Hex AB DE AB

RGB Percentages of Color #abdeab

%30.32
%39.36
%30.32

CMYK Percentages of Color #abdeab

%23
%0
%23
%13

Triadic Colors of #abdeab

#abdeab #ababde #deabab

Analogous Colors of #abdeab

#abdeab #abdec5 #c5deab

Monochromatic Colors of #abdeab

#abdeab

Complementary Color

#abdeab #deabde

#abdeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdeab Color CSS Codes

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

#abdeab Text Font Color

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

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


#abdeab Background Color

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

This div background color is #abdeab


#abdeab Border Color

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

This div border color is #abdeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdeab


Comments

No comments written yet.

Please login to write comment.