Color Hex Logo

#abdfad Color Hex

#ABDFAD
(171,223,173)
0 Favorites   0 Comments

Color spaces of #abdfad

RGB 171223173
HSL0.340.450.77
HSV122°23°87°
CMYK 0.230.000.22   0.13
XYZ50.725164.450449.3018
Yxy64.45040.30840.3918
Hunter Lab80.2810-27.707519.7858
CIE-Lab84.1997-26.326319.1795

#abdfad color RGB value is (171,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 10101101
Octal 253 337 255
Decimal 171 223 173
Hex AB DF AD

RGB Percentages of Color #abdfad

%30.16
%39.33
%30.51

CMYK Percentages of Color #abdfad

%23
%0
%22
%13

Triadic Colors of #abdfad

#abdfad #adabdf #dfadab

Analogous Colors of #abdfad

#abdfad #abdfc7 #c3dfab

Monochromatic Colors of #abdfad

#abdfad

Complementary Color

#abdfad #dfabdd

#abdfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfad Color CSS Codes

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

#abdfad Text Font Color

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

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


#abdfad Background Color

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

This div background color is #abdfad


#abdfad Border Color

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

This div border color is #abdfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfad


Comments

No comments written yet.

Please login to write comment.