Color Hex Logo

#abddc9 Color Hex

#ABDDC9
(171,221,201)
0 Favorites   0 Comments

Color spaces of #abddc9

RGB 171221201
HSL0.430.420.77
HSV156°23°87°
CMYK 0.230.000.09   0.13
XYZ53.193764.587964.9214
Yxy64.58790.29110.3535
Hunter Lab80.3666-22.49458.3612
CIE-Lab84.2709-20.15804.5466

#abddc9 color RGB value is (171,221,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11001001
Octal 253 335 311
Decimal 171 221 201
Hex AB DD C9

RGB Percentages of Color #abddc9

%28.84
%37.27
%33.90

CMYK Percentages of Color #abddc9

%23
%0
%9
%13

Triadic Colors of #abddc9

#abddc9 #c9abdd #ddc9ab

Analogous Colors of #abddc9

#abddc9 #abd8dd #abddb0

Monochromatic Colors of #abddc9

#abddc9

Complementary Color

#abddc9 #ddabbf

#abddc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddc9 Color CSS Codes

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

#abddc9 Text Font Color

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

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


#abddc9 Background Color

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

This div background color is #abddc9


#abddc9 Border Color

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

This div border color is #abddc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddc9

#abddc9 Color Palettes


Comments

No comments written yet.

Please login to write comment.