Color Hex Logo

#acb1de Color Hex

#ACB1DE
(172,177,222)
0 Favorites   0 Comments

Color spaces of #acb1de

RGB 172177222
HSL0.650.430.77
HSV234°23°87°
CMYK 0.230.200.00   0.13
XYZ45.920245.488975.4672
Yxy45.48890.27520.2726
Hunter Lab67.44553.5021-19.1299
CIE-Lab73.21277.7990-23.1808

#acb1de color RGB value is (172,177,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 11011110
Octal 254 261 336
Decimal 172 177 222
Hex AC B1 DE

RGB Percentages of Color #acb1de

%30.12
%31.00
%38.88

CMYK Percentages of Color #acb1de

%23
%20
%0
%13

Triadic Colors of #acb1de

#acb1de #deacb1 #b1deac

Analogous Colors of #acb1de

#acb1de #c0acde #accade

Monochromatic Colors of #acb1de

#acb1de

Complementary Color

#acb1de #ded9ac

#acb1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb1de Color CSS Codes

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

#acb1de Text Font Color

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

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


#acb1de Background Color

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

This div background color is #acb1de


#acb1de Border Color

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

This div border color is #acb1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb1de


Comments

No comments written yet.

Please login to write comment.