Color Hex Logo

#abdadb Color Hex

#ABDADB
(171,218,219)
0 Favorites   0 Comments

Color spaces of #abdadb

RGB 171218219
HSL0.500.400.76
HSV181°22°86°
CMYK 0.220.000.00   0.14
XYZ54.652263.915276.4742
Yxy63.91520.28020.3277
Hunter Lab79.9470-17.8836-0.7516
CIE-Lab83.9216-14.9202-5.5009

#abdadb color RGB value is (171,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 11011011
Octal 253 332 333
Decimal 171 218 219
Hex AB DA DB

RGB Percentages of Color #abdadb

%28.13
%35.86
%36.02

CMYK Percentages of Color #abdadb

%22
%0
%0
%14

Triadic Colors of #abdadb

#abdadb #dbabda #dadbab

Analogous Colors of #abdadb

#abdadb #abc2db #abdbc4

Monochromatic Colors of #abdadb

#abdadb

Complementary Color

#abdadb #dbacab

#abdadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdadb Color CSS Codes

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

#abdadb Text Font Color

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

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


#abdadb Background Color

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

This div background color is #abdadb


#abdadb Border Color

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

This div border color is #abdadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdadb


Comments

No comments written yet.

Please login to write comment.