Color Hex Logo

#abdfff Color Hex

#ABDFFF
(171,223,255)
0 Favorites   0 Comments

Color spaces of #abdfff

RGB 171223255
HSL0.561.000.84
HSV203°33°100°
CMYK 0.330.130.00   0.00
XYZ61.232368.6533104.6319
Yxy68.65330.26110.2927
Hunter Lab82.8573-13.0871-16.8711
CIE-Lab86.3321-9.2520-20.9279

#abdfff color RGB value is (171,223,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 11111111
Octal 253 337 377
Decimal 171 223 255
Hex AB DF FF

RGB Percentages of Color #abdfff

%26.35
%34.36
%39.29

CMYK Percentages of Color #abdfff

%33
%13
%0
%0

Triadic Colors of #abdfff

#abdfff #ffabdf #dfffab

Analogous Colors of #abdfff

#abdfff #abb5ff #abfff5

Monochromatic Colors of #abdfff

#abdfff

Complementary Color

#abdfff #ffcbab

#abdfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfff Color CSS Codes

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

#abdfff Text Font Color

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

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


#abdfff Background Color

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

This div background color is #abdfff


#abdfff Border Color

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

This div border color is #abdfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfff

Related Colors

#abdfff Color Palettes


Comments

No comments written yet.

Please login to write comment.