Color Hex Logo

#acb5dd Color Hex

#ACB5DD
(172,181,221)
0 Favorites   0 Comments

Color spaces of #acb5dd

RGB 172181221
HSL0.640.420.77
HSV229°22°87°
CMYK 0.220.180.00   0.13
XYZ46.588347.038975.0306
Yxy47.03890.27620.2789
Hunter Lab68.58491.2277-16.8527
CIE-Lab74.21465.3736-21.1112

#acb5dd color RGB value is (172,181,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 11011101
Octal 254 265 335
Decimal 172 181 221
Hex AC B5 DD

RGB Percentages of Color #acb5dd

%29.97
%31.53
%38.50

CMYK Percentages of Color #acb5dd

%22
%18
%0
%13

Triadic Colors of #acb5dd

#acb5dd #ddacb5 #b5ddac

Analogous Colors of #acb5dd

#acb5dd #bcacdd #accedd

Monochromatic Colors of #acb5dd

#acb5dd

Complementary Color

#acb5dd #ddd4ac

#acb5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb5dd Color CSS Codes

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

#acb5dd Text Font Color

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

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


#acb5dd Background Color

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

This div background color is #acb5dd


#acb5dd Border Color

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

This div border color is #acb5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb5dd


Comments

No comments written yet.

Please login to write comment.