Color Hex Logo

#abdadf Color Hex

#ABDADF
(171,218,223)
0 Favorites   0 Comments

Color spaces of #abdadf

RGB 171218223
HSL0.520.450.77
HSV186°23°87°
CMYK 0.230.020.00   0.13
XYZ55.185364.128479.2815
Yxy64.12840.27790.3229
Hunter Lab80.0802-17.1315-2.6425
CIE-Lab84.0326-14.0511-7.4588

#abdadf color RGB value is (171,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 11011111
Octal 253 332 337
Decimal 171 218 223
Hex AB DA DF

RGB Percentages of Color #abdadf

%27.94
%35.62
%36.44

CMYK Percentages of Color #abdadf

%23
%2
%0
%13

Triadic Colors of #abdadf

#abdadf #dfabda #dadfab

Analogous Colors of #abdadf

#abdadf #abc0df #abdfca

Monochromatic Colors of #abdadf

#abdadf

Complementary Color

#abdadf #dfb0ab

#abdadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdadf Color CSS Codes

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

#abdadf Text Font Color

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

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


#abdadf Background Color

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

This div background color is #abdadf


#abdadf Border Color

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

This div border color is #abdadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdadf


Comments

No comments written yet.

Please login to write comment.