Color Hex Logo

#abddbd Color Hex

#ABDDBD
(171,221,189)
0 Favorites   0 Comments

Color spaces of #abddbd

RGB 171221189
HSL0.390.420.77
HSV142°23°87°
CMYK 0.230.000.14   0.13
XYZ51.836364.045057.7740
Yxy64.04500.29850.3688
Hunter Lab80.0281-24.430113.2170
CIE-Lab83.9892-22.478710.4800

#abddbd color RGB value is (171,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 10111101
Octal 253 335 275
Decimal 171 221 189
Hex AB DD BD

RGB Percentages of Color #abddbd

%29.43
%38.04
%32.53

CMYK Percentages of Color #abddbd

%23
%0
%14
%13

Triadic Colors of #abddbd

#abddbd #bdabdd #ddbdab

Analogous Colors of #abddbd

#abddbd #abddd6 #b2ddab

Monochromatic Colors of #abddbd

#abddbd

Complementary Color

#abddbd #ddabcb

#abddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddbd Color CSS Codes

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

#abddbd Text Font Color

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

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


#abddbd Background Color

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

This div background color is #abddbd


#abddbd Border Color

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

This div border color is #abddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddbd


Comments

No comments written yet.

Please login to write comment.