Color Hex Logo

#acd2ff Color Hex

#ACD2FF
(172,210,255)
0 Favorites   0 Comments

Color spaces of #acd2ff

RGB 172210255
HSL0.591.000.84
HSV213°33°100°
CMYK 0.330.180.00   0.00
XYZ58.109962.0838103.5284
Yxy62.08380.25970.2775
Hunter Lab78.7933-6.2448-22.7473
CIE-Lab82.9580-2.1770-26.0491

#acd2ff color RGB value is (172,210,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010010 11111111
Octal 254 322 377
Decimal 172 210 255
Hex AC D2 FF

RGB Percentages of Color #acd2ff

%27.00
%32.97
%40.03

CMYK Percentages of Color #acd2ff

%33
%18
%0
%0

Triadic Colors of #acd2ff

#acd2ff #ffacd2 #d2ffac

Analogous Colors of #acd2ff

#acd2ff #b0acff #acfcff

Monochromatic Colors of #acd2ff

#acd2ff

Complementary Color

#acd2ff #ffd9ac

#acd2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd2ff Color CSS Codes

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

#acd2ff Text Font Color

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

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


#acd2ff Background Color

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

This div background color is #acd2ff


#acd2ff Border Color

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

This div border color is #acd2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd2ff


Comments

No comments written yet.

Please login to write comment.