Color Hex Logo

#acdcff Color Hex

#ACDCFF
(172,220,255)
0 Favorites   0 Comments

Color spaces of #acdcff

RGB 172220255
HSL0.571.000.84
HSV205°33°100°
CMYK 0.330.140.00   0.00
XYZ60.656567.1771104.3773
Yxy67.17710.26120.2893
Hunter Lab81.9616-11.3322-18.1321
CIE-Lab85.5933-7.4255-22.0414

#acdcff color RGB value is (172,220,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 11111111
Octal 254 334 377
Decimal 172 220 255
Hex AC DC FF

RGB Percentages of Color #acdcff

%26.58
%34.00
%39.41

CMYK Percentages of Color #acdcff

%33
%14
%0
%0

Triadic Colors of #acdcff

#acdcff #ffacdc #dcffac

Analogous Colors of #acdcff

#acdcff #acb3ff #acfff9

Monochromatic Colors of #acdcff

#acdcff

Complementary Color

#acdcff #ffcfac

#acdcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdcff Color CSS Codes

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

#acdcff Text Font Color

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

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


#acdcff Background Color

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

This div background color is #acdcff


#acdcff Border Color

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

This div border color is #acdcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdcff


Comments

No comments written yet.

Please login to write comment.