Color Hex Logo

#abdbdb Color Hex

#ABDBDB
(171,219,219)
0 Favorites   0 Comments

Color spaces of #abdbdb

RGB 171219219
HSL0.500.400.76
HSV180°22°86°
CMYK 0.220.000.00   0.14
XYZ54.912364.435476.5609
Yxy64.43540.28030.3289
Hunter Lab80.2717-18.3670-0.3590
CIE-Lab84.1920-15.4270-5.1019

#abdbdb color RGB value is (171,219,219).

#abdbdb hex color red value is 171, green value is 219 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #abdbdb hue: 0.50 , saturation: 0.40 and the lightness value of abdbdb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 11011011
Octal 253 333 333
Decimal 171 219 219
Hex AB DB DB

RGB Percentages of Color #abdbdb

%28.08
%35.96
%35.96

CMYK Percentages of Color #abdbdb

%22
%0
%0
%14

Triadic Colors of #abdbdb

#abdbdb #dbabdb #dbdbab

Analogous Colors of #abdbdb

#abdbdb #abc3db #abdbc3

Monochromatic Colors of #abdbdb

#abdbdb

Complementary Color

#abdbdb #dbabab

#abdbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbdb Color CSS Codes

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

#abdbdb Text Font Color

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

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


#abdbdb Background Color

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

This div background color is #abdbdb


#abdbdb Border Color

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

This div border color is #abdbdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,219,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 #abdbdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbdb


Comments

No comments written yet.

Please login to write comment.