Color Hex Logo

#acbddc Color Hex

#ACBDDC
(172,189,220)
1 Favorites   0 Comments

Color spaces of #acbddc

RGB 172189220
HSL0.610.410.77
HSV219°22°86°
CMYK 0.220.140.00   0.14
XYZ48.129150.333274.8887
Yxy50.33320.27760.2904
Hunter Lab70.9459-3.0624-12.9229
CIE-Lab76.27330.7990-17.4503

#acbddc color RGB value is (172,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11011100
Octal 254 275 334
Decimal 172 189 220
Hex AC BD DC

RGB Percentages of Color #acbddc

%29.60
%32.53
%37.87

CMYK Percentages of Color #acbddc

%22
%14
%0
%14

Triadic Colors of #acbddc

#acbddc #dcacbd #bddcac

Analogous Colors of #acbddc

#acbddc #b3acdc #acd5dc

Monochromatic Colors of #acbddc

#acbddc

Complementary Color

#acbddc #dccbac

#acbddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbddc Color CSS Codes

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

#acbddc Text Font Color

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

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


#acbddc Background Color

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

This div background color is #acbddc


#acbddc Border Color

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

This div border color is #acbddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbddc


Comments

No comments written yet.

Please login to write comment.