Color Hex Logo

#acddda Color Hex

#ACDDDA
(172,221,218)
0 Favorites   0 Comments

Color spaces of #acddda

RGB 172221218
HSL0.490.420.77
HSV176°22°87°
CMYK 0.220.000.01   0.13
XYZ55.524665.545576.0548
Yxy65.54550.28170.3325
Hunter Lab80.9602-19.26040.9745
CIE-Lab84.7641-16.3508-3.7228

#acddda color RGB value is (172,221,218).

#acddda hex color red value is 172, green value is 221 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #acddda hue: 0.49 , saturation: 0.42 and the lightness value of acddda is 0.77.

The process color (four color CMYK) of #acddda color hex is 0.22, 0.00, 0.01, 0.13. Web safe color of #acddda is #99cccc. Color #acddda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 11011010
Octal 254 335 332
Decimal 172 221 218
Hex AC DD DA

RGB Percentages of Color #acddda

%28.15
%36.17
%35.68

CMYK Percentages of Color #acddda

%22
%0
%1
%13

Triadic Colors of #acddda

#acddda #daacdd #dddaac

Analogous Colors of #acddda

#acddda #acc8dd #acddc2

Monochromatic Colors of #acddda

#acddda

Complementary Color

#acddda #ddacaf

#acddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddda Color CSS Codes

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

#acddda Text Font Color

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

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


#acddda Background Color

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

This div background color is #acddda


#acddda Border Color

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

This div border color is #acddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddda


Comments

No comments written yet.

Please login to write comment.