Color Hex Logo

#acdafa Color Hex

#ACDAFA
(172,218,250)
0 Favorites   0 Comments

Color spaces of #acdafa

RGB 172218250
HSL0.570.890.83
HSV205°31°98°
CMYK 0.310.130.00   0.02
XYZ59.340065.8156100.0186
Yxy65.81560.26350.2923
Hunter Lab81.1268-11.4086-16.3079
CIE-Lab84.9023-7.5841-20.4488

#acdafa color RGB value is (172,218,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 11111010
Octal 254 332 372
Decimal 172 218 250
Hex AC DA FA

RGB Percentages of Color #acdafa

%26.88
%34.06
%39.06

CMYK Percentages of Color #acdafa

%31
%13
%0
%2

Triadic Colors of #acdafa

#acdafa #faacda #dafaac

Analogous Colors of #acdafa

#acdafa #acb3fa #acfaf3

Monochromatic Colors of #acdafa

#acdafa

Complementary Color

#acdafa #faccac

#acdafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdafa Color CSS Codes

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

#acdafa Text Font Color

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

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


#acdafa Background Color

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

This div background color is #acdafa


#acdafa Border Color

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

This div border color is #acdafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdafa


Comments

No comments written yet.

Please login to write comment.