Color Hex Logo

#acdde6 Color Hex

#ACDDE6
(172,221,230)
0 Favorites   0 Comments

Color spaces of #acdde6

RGB 172221230
HSL0.530.540.79
HSV189°25°90°
CMYK 0.250.040.00   0.10
XYZ57.152666.196784.6279
Yxy66.19670.27480.3183
Hunter Lab81.3614-16.9944-4.7175
CIE-Lab85.0967-13.7387-9.5811

#acdde6 color RGB value is (172,221,230).

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

The process color (four color CMYK) of #acdde6 color hex is 0.25, 0.04, 0.00, 0.10. Web safe color of #acdde6 is #99ccff. Color #acdde6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 11100110
Octal 254 335 346
Decimal 172 221 230
Hex AC DD E6

RGB Percentages of Color #acdde6

%27.61
%35.47
%36.92

CMYK Percentages of Color #acdde6

%25
%4
%0
%10

Triadic Colors of #acdde6

#acdde6 #e6acdd #dde6ac

Analogous Colors of #acdde6

#acdde6 #acc0e6 #ace6d2

Monochromatic Colors of #acdde6

#acdde6

Complementary Color

#acdde6 #e6b5ac

#acdde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdde6 Color CSS Codes

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

#acdde6 Text Font Color

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

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


#acdde6 Background Color

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

This div background color is #acdde6


#acdde6 Border Color

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

This div border color is #acdde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdde6


Comments

No comments written yet.

Please login to write comment.