Color Hex Logo

#acbdcb Color Hex

#ACBDCB
(172,189,203)
1 Favorites   0 Comments

Color spaces of #acbdcb

RGB 172189203
HSL0.580.230.74
HSV207°15°80°
CMYK 0.150.070.00   0.20
XYZ45.990349.477663.6261
Yxy49.47760.28910.3110
Hunter Lab70.3403-6.3877-4.3924
CIE-Lab75.7475-2.9275-9.0219

#acbdcb color RGB value is (172,189,203).

#acbdcb hex color red value is 172, green value is 189 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #acbdcb hue: 0.58 , saturation: 0.23 and the lightness value of acbdcb is 0.74.

The process color (four color CMYK) of #acbdcb color hex is 0.15, 0.07, 0.00, 0.20. Web safe color of #acbdcb is #99cccc. Color #acbdcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11001011
Octal 254 275 313
Decimal 172 189 203
Hex AC BD CB

RGB Percentages of Color #acbdcb

%30.50
%33.51
%35.99

CMYK Percentages of Color #acbdcb

%15
%7
%0
%20

Triadic Colors of #acbdcb

#acbdcb #cbacbd #bdcbac

Analogous Colors of #acbdcb

#acbdcb #acaecb #accbca

Monochromatic Colors of #acbdcb

#acbdcb

Complementary Color

#acbdcb #cbbaac

#acbdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbdcb Color CSS Codes

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

#acbdcb Text Font Color

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

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


#acbdcb Background Color

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

This div background color is #acbdcb


#acbdcb Border Color

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

This div border color is #acbdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbdcb

#acbdcb Color Palettes


Comments

No comments written yet.

Please login to write comment.