Color Hex Logo

#acddfb Color Hex

#ACDDFB
(172,221,251)
0 Favorites   0 Comments

Color spaces of #acddfb

RGB 172221251
HSL0.560.910.83
HSV203°31°98°
CMYK 0.310.120.00   0.02
XYZ60.282367.4486101.1085
Yxy67.44860.26340.2947
Hunter Lab82.1271-12.7012-15.5043
CIE-Lab85.7300-8.9017-19.7253

#acddfb color RGB value is (172,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 11111011
Octal 254 335 373
Decimal 172 221 251
Hex AC DD FB

RGB Percentages of Color #acddfb

%26.71
%34.32
%38.98

CMYK Percentages of Color #acddfb

%31
%12
%0
%2

Triadic Colors of #acddfb

#acddfb #fbacdd #ddfbac

Analogous Colors of #acddfb

#acddfb #acb6fb #acfbf2

Monochromatic Colors of #acddfb

#acddfb

Complementary Color

#acddfb #fbcaac

#acddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddfb Color CSS Codes

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

#acddfb Text Font Color

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

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


#acddfb Background Color

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

This div background color is #acddfb


#acddfb Border Color

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

This div border color is #acddfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,221,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddfb


Comments

No comments written yet.

Please login to write comment.