Color Hex Logo

#cfacb0 Color Hex

#CFACB0
(207,172,176)
0 Favorites   0 Comments

Color spaces of #cfacb0

RGB 207172176
HSL0.980.270.74
HSV353°17°81°
CMYK 0.000.170.15   0.19
XYZ48.321145.905047.3881
Yxy45.90500.34120.3242
Hunter Lab67.75328.73675.9585
CIE-Lab73.483813.35192.7172

#cfacb0 color RGB value is (207,172,176).

#cfacb0 hex color red value is 207, green value is 172 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #cfacb0 hue: 0.98 , saturation: 0.27 and the lightness value of cfacb0 is 0.74.

The process color (four color CMYK) of #cfacb0 color hex is 0.00, 0.17, 0.15, 0.19. Web safe color of #cfacb0 is #cc9999. Color #cfacb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101100 10110000
Octal 317 254 260
Decimal 207 172 176
Hex CF AC B0

RGB Percentages of Color #cfacb0

%37.30
%30.99
%31.71

CMYK Percentages of Color #cfacb0

%0
%17
%15
%19

Triadic Colors of #cfacb0

#cfacb0 #b0cfac #acb0cf

Analogous Colors of #cfacb0

#cfacb0 #cfbaac #cfacc2

Monochromatic Colors of #cfacb0

#cfacb0

Complementary Color

#cfacb0 #accfcb

#cfacb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfacb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfacb0 Color CSS Codes

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

#cfacb0 Text Font Color

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

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


#cfacb0 Background Color

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

This div background color is #cfacb0


#cfacb0 Border Color

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

This div border color is #cfacb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfacb0


Comments

No comments written yet.

Please login to write comment.