Color Hex Logo

#acbddd Color Hex

#ACBDDD
(172,189,221)
0 Favorites   0 Comments

Color spaces of #acbddd

RGB 172189221
HSL0.610.420.77
HSV219°22°87°
CMYK 0.220.140.00   0.13
XYZ48.262050.386375.5885
Yxy50.38630.27700.2892
Hunter Lab70.9833-2.8575-13.4482
CIE-Lab76.30581.0257-17.9426

#acbddd color RGB value is (172,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11011101
Octal 254 275 335
Decimal 172 189 221
Hex AC BD DD

RGB Percentages of Color #acbddd

%29.55
%32.47
%37.97

CMYK Percentages of Color #acbddd

%22
%14
%0
%13

Triadic Colors of #acbddd

#acbddd #ddacbd #bdddac

Analogous Colors of #acbddd

#acbddd #b4acdd #acd6dd

Monochromatic Colors of #acbddd

#acbddd

Complementary Color

#acbddd #ddccac

#acbddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbddd Color CSS Codes

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

#acbddd Text Font Color

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

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


#acbddd Background Color

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

This div background color is #acbddd


#acbddd Border Color

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

This div border color is #acbddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbddd


Comments

No comments written yet.

Please login to write comment.