Color Hex Logo

#acbbdd Color Hex

#ACBBDD
(172,187,221)
0 Favorites   0 Comments

Color spaces of #acbbdd

RGB 172187221
HSL0.620.420.77
HSV222°22°87°
CMYK 0.220.150.00   0.13
XYZ47.834749.531875.4460
Yxy49.53180.27680.2866
Hunter Lab70.3788-1.8411-14.2936
CIE-Lab75.78102.1069-18.7361

#acbbdd color RGB value is (172,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 11011101
Octal 254 273 335
Decimal 172 187 221
Hex AC BB DD

RGB Percentages of Color #acbbdd

%29.66
%32.24
%38.10

CMYK Percentages of Color #acbbdd

%22
%15
%0
%13

Triadic Colors of #acbbdd

#acbbdd #ddacbb #bbddac

Analogous Colors of #acbbdd

#acbbdd #b6acdd #acd4dd

Monochromatic Colors of #acbbdd

#acbbdd

Complementary Color

#acbbdd #ddceac

#acbbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbdd Color CSS Codes

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

#acbbdd Text Font Color

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

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


#acbbdd Background Color

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

This div background color is #acbbdd


#acbbdd Border Color

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

This div border color is #acbbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbdd


Comments

No comments written yet.

Please login to write comment.