Color Hex Logo

#acbfcb Color Hex

#ACBFCB
(172,191,203)
0 Favorites   0 Comments

Color spaces of #acbfcb

RGB 172191203
HSL0.560.230.74
HSV203°15°80°
CMYK 0.150.060.00   0.20
XYZ46.423650.344163.7705
Yxy50.34410.28920.3136
Hunter Lab70.9536-7.3795-3.6202
CIE-Lab76.2800-3.9938-8.2302

#acbfcb color RGB value is (172,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 11001011
Octal 254 277 313
Decimal 172 191 203
Hex AC BF CB

RGB Percentages of Color #acbfcb

%30.39
%33.75
%35.87

CMYK Percentages of Color #acbfcb

%15
%6
%0
%20

Triadic Colors of #acbfcb

#acbfcb #cbacbf #bfcbac

Analogous Colors of #acbfcb

#acbfcb #acb0cb #accbc8

Monochromatic Colors of #acbfcb

#acbfcb

Complementary Color

#acbfcb #cbb8ac

#acbfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbfcb Color CSS Codes

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

#acbfcb Text Font Color

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

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


#acbfcb Background Color

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

This div background color is #acbfcb


#acbfcb Border Color

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

This div border color is #acbfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbfcb


Comments

No comments written yet.

Please login to write comment.