Color Hex Logo

#acdddb Color Hex

#ACDDDB
(172,221,219)
0 Favorites   0 Comments

Color spaces of #acdddb

RGB 172221219
HSL0.490.420.77
HSV178°22°87°
CMYK 0.220.000.01   0.13
XYZ55.655965.598076.7461
Yxy65.59800.28110.3313
Hunter Lab80.9926-19.07670.5134
CIE-Lab84.7909-16.1376-4.2124

#acdddb color RGB value is (172,221,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 11011011
Octal 254 335 333
Decimal 172 221 219
Hex AC DD DB

RGB Percentages of Color #acdddb

%28.10
%36.11
%35.78

CMYK Percentages of Color #acdddb

%22
%0
%1
%13

Triadic Colors of #acdddb

#acdddb #dbacdd #dddbac

Analogous Colors of #acdddb

#acdddb #acc7dd #acddc3

Monochromatic Colors of #acdddb

#acdddb

Complementary Color

#acdddb #ddacae

#acdddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdddb Color CSS Codes

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

#acdddb Text Font Color

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

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


#acdddb Background Color

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

This div background color is #acdddb


#acdddb Border Color

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

This div border color is #acdddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdddb


Comments

No comments written yet.

Please login to write comment.