Color Hex Logo

#acb0dd Color Hex

#ACB0DD
(172,176,221)
0 Favorites   0 Comments

Color spaces of #acb0dd

RGB 172176221
HSL0.650.420.77
HSV235°22°87°
CMYK 0.220.200.00   0.13
XYZ45.589745.041874.6977
Yxy45.04180.27580.2724
Hunter Lab67.11323.8062-19.0112
CIE-Lab72.91948.1194-23.0827

#acb0dd color RGB value is (172,176,221).

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

The process color (four color CMYK) of #acb0dd color hex is 0.22, 0.20, 0.00, 0.13. Web safe color of #acb0dd is #9999cc. Color #acb0dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 11011101
Octal 254 260 335
Decimal 172 176 221
Hex AC B0 DD

RGB Percentages of Color #acb0dd

%30.23
%30.93
%38.84

CMYK Percentages of Color #acb0dd

%22
%20
%0
%13

Triadic Colors of #acb0dd

#acb0dd #ddacb0 #b0ddac

Analogous Colors of #acb0dd

#acb0dd #c1acdd #acc9dd

Monochromatic Colors of #acb0dd

#acb0dd

Complementary Color

#acb0dd #ddd9ac

#acb0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb0dd Color CSS Codes

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

#acb0dd Text Font Color

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

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


#acb0dd Background Color

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

This div background color is #acb0dd


#acb0dd Border Color

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

This div border color is #acb0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb0dd


Comments

No comments written yet.

Please login to write comment.