Color Hex Logo

#abdafa Color Hex

#ABDAFA
(171,218,250)
0 Favorites   0 Comments

Color spaces of #abdafa

RGB 171218250
HSL0.570.890.83
HSV204°32°98°
CMYK 0.320.130.00   0.02
XYZ59.121365.7029100.0084
Yxy65.70290.26300.2922
Hunter Lab81.0573-11.6566-16.4118
CIE-Lab84.8446-7.8613-20.5415

#abdafa color RGB value is (171,218,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 11111010
Octal 253 332 372
Decimal 171 218 250
Hex AB DA FA

RGB Percentages of Color #abdafa

%26.76
%34.12
%39.12

CMYK Percentages of Color #abdafa

%32
%13
%0
%2

Triadic Colors of #abdafa

#abdafa #faabda #dafaab

Analogous Colors of #abdafa

#abdafa #abb3fa #abfaf3

Monochromatic Colors of #abdafa

#abdafa

Complementary Color

#abdafa #facbab

#abdafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdafa Color CSS Codes

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

#abdafa Text Font Color

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

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


#abdafa Background Color

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

This div background color is #abdafa


#abdafa Border Color

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

This div border color is #abdafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdafa


Comments

No comments written yet.

Please login to write comment.