Color Hex Logo

#acbbcd Color Hex

#ACBBCD
(172,187,205)
0 Favorites   0 Comments

Color spaces of #acbbcd

RGB 172187205
HSL0.590.250.74
HSV213°16°80°
CMYK 0.160.090.00   0.20
XYZ45.803048.719164.7473
Yxy48.71910.28760.3059
Hunter Lab69.7991-5.0145-6.1395
CIE-Lab75.2762-1.4299-10.8109

#acbbcd color RGB value is (172,187,205).

#acbbcd hex color red value is 172, green value is 187 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #acbbcd hue: 0.59 , saturation: 0.25 and the lightness value of acbbcd is 0.74.

The process color (four color CMYK) of #acbbcd color hex is 0.16, 0.09, 0.00, 0.20. Web safe color of #acbbcd is #99cccc. Color #acbbcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 11001101
Octal 254 273 315
Decimal 172 187 205
Hex AC BB CD

RGB Percentages of Color #acbbcd

%30.50
%33.16
%36.35

CMYK Percentages of Color #acbbcd

%16
%9
%0
%20

Triadic Colors of #acbbcd

#acbbcd #cdacbb #bbcdac

Analogous Colors of #acbbcd

#acbbcd #aeaccd #accccd

Monochromatic Colors of #acbbcd

#acbbcd

Complementary Color

#acbbcd #cdbeac

#acbbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbcd Color CSS Codes

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

#acbbcd Text Font Color

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

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


#acbbcd Background Color

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

This div background color is #acbbcd


#acbbcd Border Color

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

This div border color is #acbbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbcd


Comments

No comments written yet.

Please login to write comment.