Color Hex Logo

#acddee Color Hex

#ACDDEE
(172,221,238)
0 Favorites   0 Comments

Color spaces of #acddee

RGB 172221238
HSL0.540.660.80
HSV195°28°93°
CMYK 0.280.070.00   0.07
XYZ58.302366.656690.6821
Yxy66.65660.27040.3091
Hunter Lab81.6435-15.4078-8.7034
CIE-Lab85.3302-11.9344-13.4627

#acddee color RGB value is (172,221,238).

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

The process color (four color CMYK) of #acddee color hex is 0.28, 0.07, 0.00, 0.07. Web safe color of #acddee is #99ccff. Color #acddee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 11101110
Octal 254 335 356
Decimal 172 221 238
Hex AC DD EE

RGB Percentages of Color #acddee

%27.26
%35.02
%37.72

CMYK Percentages of Color #acddee

%28
%7
%0
%7

Triadic Colors of #acddee

#acddee #eeacdd #ddeeac

Analogous Colors of #acddee

#acddee #acbcee #aceede

Monochromatic Colors of #acddee

#acddee

Complementary Color

#acddee #eebdac

#acddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddee Color CSS Codes

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

#acddee Text Font Color

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

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


#acddee Background Color

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

This div background color is #acddee


#acddee Border Color

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

This div border color is #acddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddee


Comments

No comments written yet.

Please login to write comment.