Color Hex Logo

#acddb2 Color Hex

#ACDDB2
(172,221,178)
0 Favorites   0 Comments

Color spaces of #acddb2

RGB 172221178
HSL0.350.420.77
HSV127°22°87°
CMYK 0.220.000.19   0.13
XYZ50.905663.697951.7314
Yxy63.69790.30600.3829
Hunter Lab79.8110-25.817017.4374
CIE-Lab83.8082-24.158316.0220

#acddb2 color RGB value is (172,221,178).

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

The process color (four color CMYK) of #acddb2 color hex is 0.22, 0.00, 0.19, 0.13. Web safe color of #acddb2 is #99cc99. Color #acddb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 10110010
Octal 254 335 262
Decimal 172 221 178
Hex AC DD B2

RGB Percentages of Color #acddb2

%30.12
%38.70
%31.17

CMYK Percentages of Color #acddb2

%22
%0
%19
%13

Triadic Colors of #acddb2

#acddb2 #b2acdd #ddb2ac

Analogous Colors of #acddb2

#acddb2 #acddcb #bfddac

Monochromatic Colors of #acddb2

#acddb2

Complementary Color

#acddb2 #ddacd7

#acddb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddb2 Color CSS Codes

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

#acddb2 Text Font Color

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

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


#acddb2 Background Color

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

This div background color is #acddb2


#acddb2 Border Color

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

This div border color is #acddb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddb2


Comments

No comments written yet.

Please login to write comment.