Color Hex Logo

#acddff Color Hex

#ACDDFF
(172,221,255)
0 Favorites   0 Comments

Color spaces of #acddff

RGB 172221255
HSL0.571.000.84
HSV205°33°100°
CMYK 0.330.130.00   0.00
XYZ60.919767.7036104.4650
Yxy67.70360.26140.2905
Hunter Lab82.2822-11.8369-17.6767
CIE-Lab85.8580-7.9448-21.6402

#acddff color RGB value is (172,221,255).

#acddff hex color red value is 172, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #acddff hue: 0.57 , saturation: 1.00 and the lightness value of acddff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 11111111
Octal 254 335 377
Decimal 172 221 255
Hex AC DD FF

RGB Percentages of Color #acddff

%26.54
%34.10
%39.35

CMYK Percentages of Color #acddff

%33
%13
%0
%0

Triadic Colors of #acddff

#acddff #ffacdd #ddffac

Analogous Colors of #acddff

#acddff #acb4ff #acfff8

Monochromatic Colors of #acddff

#acddff

Complementary Color

#acddff #ffceac

#acddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddff Color CSS Codes

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

#acddff Text Font Color

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

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


#acddff Background Color

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

This div background color is #acddff


#acddff Border Color

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

This div border color is #acddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddff

Related Colors


Comments

No comments written yet.

Please login to write comment.