Color Hex Logo

#abddaf Color Hex

#ABDDAF
(171,221,175)
0 Favorites   0 Comments

Color spaces of #abddaf

RGB 171221175
HSL0.350.420.77
HSV125°23°87°
CMYK 0.230.000.21   0.13
XYZ50.388963.466050.1518
Yxy63.46600.30720.3870
Hunter Lab79.6656-26.512518.4411
CIE-Lab83.6870-25.014117.4178

#abddaf color RGB value is (171,221,175).

#abddaf hex color red value is 171, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #abddaf hue: 0.35 , saturation: 0.42 and the lightness value of abddaf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 10101111
Octal 253 335 257
Decimal 171 221 175
Hex AB DD AF

RGB Percentages of Color #abddaf

%30.16
%38.98
%30.86

CMYK Percentages of Color #abddaf

%23
%0
%21
%13

Triadic Colors of #abddaf

#abddaf #afabdd #ddafab

Analogous Colors of #abddaf

#abddaf #abddc8 #c0ddab

Monochromatic Colors of #abddaf

#abddaf

Complementary Color

#abddaf #ddabd9

#abddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddaf Color CSS Codes

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

#abddaf Text Font Color

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

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


#abddaf Background Color

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

This div background color is #abddaf


#abddaf Border Color

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

This div border color is #abddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddaf


Comments

No comments written yet.

Please login to write comment.