Color Hex Logo

#acdadc Color Hex

#ACDADC
(172,218,220)
2 Favorites   0 Comments

Color spaces of #acdadc

RGB 172218220
HSL0.510.410.77
HSV183°22°86°
CMYK 0.220.010.00   0.14
XYZ55.002964.080877.1800
Yxy64.08080.28020.3265
Hunter Lab80.0505-17.4405-1.1286
CIE-Lab84.0078-14.4044-5.8974

#acdadc color RGB value is (172,218,220).

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

The process color (four color CMYK) of #acdadc color hex is 0.22, 0.01, 0.00, 0.14. Web safe color of #acdadc is #99cccc. Color #acdadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 11011100
Octal 254 332 334
Decimal 172 218 220
Hex AC DA DC

RGB Percentages of Color #acdadc

%28.20
%35.74
%36.07

CMYK Percentages of Color #acdadc

%22
%1
%0
%14

Triadic Colors of #acdadc

#acdadc #dcacda #dadcac

Analogous Colors of #acdadc

#acdadc #acc2dc #acdcc6

Monochromatic Colors of #acdadc

#acdadc

Complementary Color

#acdadc #dcaeac

#acdadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdadc Color CSS Codes

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

#acdadc Text Font Color

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

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


#acdadc Background Color

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

This div background color is #acdadc


#acdadc Border Color

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

This div border color is #acdadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdadc


Comments

No comments written yet.

Please login to write comment.