Color Hex Logo

#abd9fe Color Hex

#ABD9FE
(171,217,254)
0 Favorites   0 Comments

Color spaces of #abd9fe

RGB 171217254
HSL0.570.980.83
HSV207°33°100°
CMYK 0.330.150.00   0.00
XYZ59.496865.4394103.2612
Yxy65.43940.26070.2868
Hunter Lab80.8946-10.2815-19.0569
CIE-Lab84.7097-6.3777-22.8596

#abd9fe color RGB value is (171,217,254).

#abd9fe hex color red value is 171, green value is 217 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #abd9fe hue: 0.57 , saturation: 0.98 and the lightness value of abd9fe is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011001 11111110
Octal 253 331 376
Decimal 171 217 254
Hex AB D9 FE

RGB Percentages of Color #abd9fe

%26.64
%33.80
%39.56

CMYK Percentages of Color #abd9fe

%33
%15
%0
%0

Triadic Colors of #abd9fe

#abd9fe #feabd9 #d9feab

Analogous Colors of #abd9fe

#abd9fe #abb0fe #abfefa

Monochromatic Colors of #abd9fe

#abd9fe

Complementary Color

#abd9fe #fed0ab

#abd9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd9fe Color CSS Codes

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

#abd9fe Text Font Color

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

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


#abd9fe Background Color

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

This div background color is #abd9fe


#abd9fe Border Color

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

This div border color is #abd9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd9fe


Comments

No comments written yet.

Please login to write comment.