Color Hex Logo

#abdf83 Color Hex

#ABDF83
(171,223,131)
0 Favorites   0 Comments

Color spaces of #abdf83

RGB 171223131
HSL0.260.590.69
HSV94°41°87°
CMYK 0.230.000.41   0.13
XYZ47.279063.072031.1550
Yxy63.07200.33410.4457
Hunter Lab79.4179-32.716832.3335
CIE-Lab83.4802-32.625739.7266

#abdf83 color RGB value is (171,223,131).

#abdf83 hex color red value is 171, green value is 223 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #abdf83 hue: 0.26 , saturation: 0.59 and the lightness value of abdf83 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 10000011
Octal 253 337 203
Decimal 171 223 131
Hex AB DF 83

RGB Percentages of Color #abdf83

%32.57
%42.48
%24.95

CMYK Percentages of Color #abdf83

%23
%0
%41
%13

Triadic Colors of #abdf83

#abdf83 #83abdf #df83ab

Analogous Colors of #abdf83

#abdf83 #83df89 #d9df83

Monochromatic Colors of #abdf83

#abdf83

Complementary Color

#abdf83 #b783df

#abdf83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdf83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdf83 Color CSS Codes

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

#abdf83 Text Font Color

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

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


#abdf83 Background Color

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

This div background color is #abdf83


#abdf83 Border Color

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

This div border color is #abdf83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdf83


Comments

No comments written yet.

Please login to write comment.