Color Hex Logo

#abc3ad Color Hex

#ABC3AD
(171,195,173)
0 Favorites   0 Comments

Color spaces of #abc3ad

RGB 171195173
HSL0.350.170.72
HSV125°12°76°
CMYK 0.120.000.11   0.24
XYZ43.852550.705347.0110
Yxy50.70530.30980.3582
Hunter Lab71.2077-14.686010.7023
CIE-Lab76.5002-12.35078.3208

#abc3ad color RGB value is (171,195,173).

#abc3ad hex color red value is 171, green value is 195 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #abc3ad hue: 0.35 , saturation: 0.17 and the lightness value of abc3ad is 0.72.

The process color (four color CMYK) of #abc3ad color hex is 0.12, 0.00, 0.11, 0.24. Web safe color of #abc3ad is #99cc99. Color #abc3ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 10101101
Octal 253 303 255
Decimal 171 195 173
Hex AB C3 AD

RGB Percentages of Color #abc3ad

%31.73
%36.18
%32.10

CMYK Percentages of Color #abc3ad

%12
%0
%11
%24

Triadic Colors of #abc3ad

#abc3ad #adabc3 #c3adab

Analogous Colors of #abc3ad

#abc3ad #abc3b9 #b5c3ab

Monochromatic Colors of #abc3ad

#abc3ad

Complementary Color

#abc3ad #c3abc1

#abc3ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc3ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc3ad Color CSS Codes

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

#abc3ad Text Font Color

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

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


#abc3ad Background Color

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

This div background color is #abc3ad


#abc3ad Border Color

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

This div border color is #abc3ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc3ad


Comments

No comments written yet.

Please login to write comment.