Color Hex Logo

#acddfa Color Hex

#ACDDFA
(172,221,250)
0 Favorites   0 Comments

Color spaces of #acddfa

RGB 172221250
HSL0.560.890.83
HSV202°31°98°
CMYK 0.310.120.00   0.02
XYZ60.125067.3857100.2803
Yxy67.38570.26390.2958
Hunter Lab82.0888-12.9151-14.9670
CIE-Lab85.6983-9.1393-19.2456

#acddfa color RGB value is (172,221,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 11111010
Octal 254 335 372
Decimal 172 221 250
Hex AC DD FA

RGB Percentages of Color #acddfa

%26.75
%34.37
%38.88

CMYK Percentages of Color #acddfa

%31
%12
%0
%2

Triadic Colors of #acddfa

#acddfa #faacdd #ddfaac

Analogous Colors of #acddfa

#acddfa #acb6fa #acfaf0

Monochromatic Colors of #acddfa

#acddfa

Complementary Color

#acddfa #fac9ac

#acddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddfa Color CSS Codes

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

#acddfa Text Font Color

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

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


#acddfa Background Color

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

This div background color is #acddfa


#acddfa Border Color

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

This div border color is #acddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddfa


Comments

No comments written yet.

Please login to write comment.