Color Hex Logo

#abd8fe Color Hex

#ABD8FE
(171,216,254)
0 Favorites   0 Comments

Color spaces of #abd8fe

RGB 171216254
HSL0.580.980.83
HSV207°33°100°
CMYK 0.330.150.00   0.00
XYZ59.239864.9254103.1755
Yxy64.92540.26060.2856
Hunter Lab80.5763-9.7751-19.5156
CIE-Lab84.4453-5.8550-23.2610

#abd8fe color RGB value is (171,216,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011000 11111110
Octal 253 330 376
Decimal 171 216 254
Hex AB D8 FE

RGB Percentages of Color #abd8fe

%26.68
%33.70
%39.63

CMYK Percentages of Color #abd8fe

%33
%15
%0
%0

Triadic Colors of #abd8fe

#abd8fe #feabd8 #d8feab

Analogous Colors of #abd8fe

#abd8fe #abaffe #abfefb

Monochromatic Colors of #abd8fe

#abd8fe

Complementary Color

#abd8fe #fed1ab

#abd8fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd8fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd8fe Color CSS Codes

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

#abd8fe Text Font Color

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

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


#abd8fe Background Color

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

This div background color is #abd8fe


#abd8fe Border Color

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

This div border color is #abd8fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd8fe


Comments

No comments written yet.

Please login to write comment.