Color Hex Logo

#acddcc Color Hex

#ACDDCC
(172,221,204)
0 Favorites   0 Comments

Color spaces of #acddcc

RGB 172221204
HSL0.440.420.77
HSV159°22°87°
CMYK 0.220.000.08   0.13
XYZ53.768864.843266.8088
Yxy64.84320.29000.3497
Hunter Lab80.5253-21.73027.1770
CIE-Lab84.4029-19.24713.1584

#acddcc color RGB value is (172,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 11001100
Octal 254 335 314
Decimal 172 221 204
Hex AC DD CC

RGB Percentages of Color #acddcc

%28.81
%37.02
%34.17

CMYK Percentages of Color #acddcc

%22
%0
%8
%13

Triadic Colors of #acddcc

#acddcc #ccacdd #ddccac

Analogous Colors of #acddcc

#acddcc #acd6dd #acddb4

Monochromatic Colors of #acddcc

#acddcc

Complementary Color

#acddcc #ddacbd

#acddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddcc Color CSS Codes

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

#acddcc Text Font Color

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

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


#acddcc Background Color

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

This div background color is #acddcc


#acddcc Border Color

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

This div border color is #acddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddcc


Comments

No comments written yet.

Please login to write comment.