Color Hex Logo

#acddb6 Color Hex

#ACDDB6
(172,221,182)
0 Favorites   0 Comments

Color spaces of #acddb6

RGB 172221182
HSL0.370.420.77
HSV132°22°87°
CMYK 0.220.000.18   0.13
XYZ51.313263.861053.8779
Yxy63.86100.30350.3778
Hunter Lab79.9131-25.230815.9655
CIE-Lab83.8933-23.444314.0395

#acddb6 color RGB value is (172,221,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 10110110
Octal 254 335 266
Decimal 172 221 182
Hex AC DD B6

RGB Percentages of Color #acddb6

%29.91
%38.43
%31.65

CMYK Percentages of Color #acddb6

%22
%0
%18
%13

Triadic Colors of #acddb6

#acddb6 #b6acdd #ddb6ac

Analogous Colors of #acddb6

#acddb6 #acddcf #bbddac

Monochromatic Colors of #acddb6

#acddb6

Complementary Color

#acddb6 #ddacd3

#acddb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddb6 Color CSS Codes

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

#acddb6 Text Font Color

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

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


#acddb6 Background Color

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

This div background color is #acddb6


#acddb6 Border Color

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

This div border color is #acddb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddb6


Comments

No comments written yet.

Please login to write comment.