Color Hex Logo

#acddb3 Color Hex

#ACDDB3
(172,221,179)
0 Favorites   0 Comments

Color spaces of #acddb3

RGB 172221179
HSL0.360.420.77
HSV129°22°87°
CMYK 0.220.000.19   0.13
XYZ51.006463.738252.2622
Yxy63.73820.30540.3817
Hunter Lab79.8362-25.671817.0731
CIE-Lab83.8293-23.981215.5264

#acddb3 color RGB value is (172,221,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 10110011
Octal 254 335 263
Decimal 172 221 179
Hex AC DD B3

RGB Percentages of Color #acddb3

%30.07
%38.64
%31.29

CMYK Percentages of Color #acddb3

%22
%0
%19
%13

Triadic Colors of #acddb3

#acddb3 #b3acdd #ddb3ac

Analogous Colors of #acddb3

#acddb3 #acddcc #beddac

Monochromatic Colors of #acddb3

#acddb3

Complementary Color

#acddb3 #ddacd6

#acddb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddb3 Color CSS Codes

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

#acddb3 Text Font Color

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

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


#acddb3 Background Color

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

This div background color is #acddb3


#acddb3 Border Color

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

This div border color is #acddb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddb3


Comments

No comments written yet.

Please login to write comment.