Color Hex Logo

#acddc4 Color Hex

#ACDDC4
(172,221,196)
0 Favorites   0 Comments

Color spaces of #acddc4

RGB 172221196
HSL0.410.420.77
HSV149°22°87°
CMYK 0.220.000.11   0.13
XYZ52.833564.469161.8837
Yxy64.46910.29490.3598
Hunter Lab80.2927-23.057110.5085
CIE-Lab84.2094-20.82507.1081

#acddc4 color RGB value is (172,221,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 11000100
Octal 254 335 304
Decimal 172 221 196
Hex AC DD C4

RGB Percentages of Color #acddc4

%29.20
%37.52
%33.28

CMYK Percentages of Color #acddc4

%22
%0
%11
%13

Triadic Colors of #acddc4

#acddc4 #c4acdd #ddc4ac

Analogous Colors of #acddc4

#acddc4 #acdddd #adddac

Monochromatic Colors of #acddc4

#acddc4

Complementary Color

#acddc4 #ddacc5

#acddc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddc4 Color CSS Codes

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

#acddc4 Text Font Color

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

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


#acddc4 Background Color

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

This div background color is #acddc4


#acddc4 Border Color

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

This div border color is #acddc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddc4


Comments

No comments written yet.

Please login to write comment.