Color Hex Logo

#abddda Color Hex

#ABDDDA
(171,221,218)
0 Favorites   0 Comments

Color spaces of #abddda

RGB 171221218
HSL0.490.420.77
HSV176°23°87°
CMYK 0.230.000.01   0.13
XYZ55.305965.432876.0445
Yxy65.43280.28100.3325
Hunter Lab80.8905-19.51570.8854
CIE-Lab84.7063-16.6513-3.8144

#abddda color RGB value is (171,221,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11011010
Octal 253 335 332
Decimal 171 221 218
Hex AB DD DA

RGB Percentages of Color #abddda

%28.03
%36.23
%35.74

CMYK Percentages of Color #abddda

%23
%0
%1
%13

Triadic Colors of #abddda

#abddda #daabdd #dddaab

Analogous Colors of #abddda

#abddda #abc7dd #abddc1

Monochromatic Colors of #abddda

#abddda

Complementary Color

#abddda #ddabae

#abddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddda Color CSS Codes

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

#abddda Text Font Color

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

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


#abddda Background Color

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

This div background color is #abddda


#abddda Border Color

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

This div border color is #abddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddda


Comments

No comments written yet.

Please login to write comment.