Color Hex Logo

#abdaff Color Hex

#ABDAFF
(171,218,255)
0 Favorites   0 Comments

Color spaces of #abdaff

RGB 171218255
HSL0.571.000.84
HSV206°33°100°
CMYK 0.330.150.00   0.00
XYZ59.916066.0207104.1931
Yxy66.02070.26040.2869
Hunter Lab81.2531-10.5672-19.1520
CIE-Lab85.0070-6.6571-22.9363

#abdaff color RGB value is (171,218,255).

#abdaff hex color red value is 171, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #abdaff hue: 0.57 , saturation: 1.00 and the lightness value of abdaff is 0.84.

The process color (four color CMYK) of #abdaff color hex is 0.33, 0.15, 0.00, 0.00. Web safe color of #abdaff is #99ccff. Color #abdaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 11111111
Octal 253 332 377
Decimal 171 218 255
Hex AB DA FF

RGB Percentages of Color #abdaff

%26.55
%33.85
%39.60

CMYK Percentages of Color #abdaff

%33
%15
%0
%0

Triadic Colors of #abdaff

#abdaff #ffabda #daffab

Analogous Colors of #abdaff

#abdaff #abb0ff #abfffa

Monochromatic Colors of #abdaff

#abdaff

Complementary Color

#abdaff #ffd0ab

#abdaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdaff Color CSS Codes

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

#abdaff Text Font Color

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

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


#abdaff Background Color

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

This div background color is #abdaff


#abdaff Border Color

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

This div border color is #abdaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdaff


Comments

No comments written yet.

Please login to write comment.