Color Hex Logo

#abdddb Color Hex

#ABDDDB
(171,221,219)
0 Favorites   0 Comments

Color spaces of #abdddb

RGB 171221219
HSL0.490.420.77
HSV178°23°87°
CMYK 0.230.000.01   0.13
XYZ55.437265.485376.7359
Yxy65.48530.28050.3313
Hunter Lab80.9230-19.33180.4239
CIE-Lab84.7332-16.4373-4.3041

#abdddb color RGB value is (171,221,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11011011
Octal 253 335 333
Decimal 171 221 219
Hex AB DD DB

RGB Percentages of Color #abdddb

%27.99
%36.17
%35.84

CMYK Percentages of Color #abdddb

%23
%0
%1
%13

Triadic Colors of #abdddb

#abdddb #dbabdd #dddbab

Analogous Colors of #abdddb

#abdddb #abc6dd #abddc2

Monochromatic Colors of #abdddb

#abdddb

Complementary Color

#abdddb #ddabad

#abdddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdddb Color CSS Codes

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

#abdddb Text Font Color

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

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


#abdddb Background Color

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

This div background color is #abdddb


#abdddb Border Color

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

This div border color is #abdddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdddb


Comments

No comments written yet.

Please login to write comment.