Color Hex Logo

#acddea Color Hex

#ACDDEA
(172,221,234)
0 Favorites   0 Comments

Color spaces of #acddea

RGB 172221234
HSL0.530.600.80
HSV193°26°92°
CMYK 0.260.060.00   0.08
XYZ57.721066.424187.6208
Yxy66.42410.27260.3137
Hunter Lab81.5010-16.2086-6.6913
CIE-Lab85.2123-12.8426-11.5244

#acddea color RGB value is (172,221,234).

#acddea hex color red value is 172, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #acddea hue: 0.53 , saturation: 0.60 and the lightness value of acddea is 0.80.

The process color (four color CMYK) of #acddea color hex is 0.26, 0.06, 0.00, 0.08. Web safe color of #acddea is #99ccff. Color #acddea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 11101010
Octal 254 335 352
Decimal 172 221 234
Hex AC DD EA

RGB Percentages of Color #acddea

%27.43
%35.25
%37.32

CMYK Percentages of Color #acddea

%26
%6
%0
%8

Triadic Colors of #acddea

#acddea #eaacdd #ddeaac

Analogous Colors of #acddea

#acddea #acbeea #acead8

Monochromatic Colors of #acddea

#acddea

Complementary Color

#acddea #eab9ac

#acddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddea Color CSS Codes

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

#acddea Text Font Color

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

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


#acddea Background Color

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

This div background color is #acddea


#acddea Border Color

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

This div border color is #acddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddea

#acddea Color Palettes


Comments

No comments written yet.

Please login to write comment.