Color Hex Logo

#abddd8 Color Hex

#ABDDD8
(171,221,216)
0 Favorites   0 Comments

Color spaces of #abddd8

RGB 171221216
HSL0.480.420.77
HSV174°23°87°
CMYK 0.230.000.02   0.13
XYZ55.045765.328774.6742
Yxy65.32870.28220.3349
Hunter Lab80.8262-19.88051.8011
CIE-Lab84.6528-17.0766-2.8342

#abddd8 color RGB value is (171,221,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11011000
Octal 253 335 330
Decimal 171 221 216
Hex AB DD D8

RGB Percentages of Color #abddd8

%28.13
%36.35
%35.53

CMYK Percentages of Color #abddd8

%23
%0
%2
%13

Triadic Colors of #abddd8

#abddd8 #d8abdd #ddd8ab

Analogous Colors of #abddd8

#abddd8 #abc9dd #abddbf

Monochromatic Colors of #abddd8

#abddd8

Complementary Color

#abddd8 #ddabb0

#abddd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abddd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abddd8 Color CSS Codes

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

#abddd8 Text Font Color

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

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


#abddd8 Background Color

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

This div background color is #abddd8


#abddd8 Border Color

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

This div border color is #abddd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abddd8

#abddd8 Color Palettes


Comments

No comments written yet.

Please login to write comment.