Color Hex Logo

#acdbdc Color Hex

#ACDBDC
(172,219,220)
0 Favorites   0 Comments

Color spaces of #acdbdc

RGB 172219220
HSL0.500.410.77
HSV181°22°86°
CMYK 0.220.000.00   0.14
XYZ55.263064.601077.2667
Yxy64.60100.28030.3277
Hunter Lab80.3747-17.9252-0.7350
CIE-Lab84.2777-14.9120-5.4989

#acdbdc color RGB value is (172,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 11011100
Octal 254 333 334
Decimal 172 219 220
Hex AC DB DC

RGB Percentages of Color #acdbdc

%28.15
%35.84
%36.01

CMYK Percentages of Color #acdbdc

%22
%0
%0
%14

Triadic Colors of #acdbdc

#acdbdc #dcacdb #dbdcac

Analogous Colors of #acdbdc

#acdbdc #acc3dc #acdcc5

Monochromatic Colors of #acdbdc

#acdbdc

Complementary Color

#acdbdc #dcadac

#acdbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdbdc Color CSS Codes

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

#acdbdc Text Font Color

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

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


#acdbdc Background Color

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

This div background color is #acdbdc


#acdbdc Border Color

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

This div border color is #acdbdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,219,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 #acdbdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdbdc


Comments

No comments written yet.

Please login to write comment.