Color Hex Logo

#cfbcb0 Color Hex

#CFBCB0
(207,188,176)
0 Favorites   0 Comments

Color spaces of #cfbcb0

RGB 207188176
HSL0.060.240.75
HSV23°15°81°
CMYK 0.000.090.15   0.19
XYZ51.551852.366448.4650
Yxy52.36640.33830.3436
Hunter Lab72.36460.523410.9468
CIE-Lab77.49944.74588.5011

#cfbcb0 color RGB value is (207,188,176).

#cfbcb0 hex color red value is 207, green value is 188 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #cfbcb0 hue: 0.06 , saturation: 0.24 and the lightness value of cfbcb0 is 0.75.

The process color (four color CMYK) of #cfbcb0 color hex is 0.00, 0.09, 0.15, 0.19. Web safe color of #cfbcb0 is #cccc99. Color #cfbcb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111100 10110000
Octal 317 274 260
Decimal 207 188 176
Hex CF BC B0

RGB Percentages of Color #cfbcb0

%36.25
%32.92
%30.82

CMYK Percentages of Color #cfbcb0

%0
%9
%15
%19

Triadic Colors of #cfbcb0

#cfbcb0 #b0cfbc #bcb0cf

Analogous Colors of #cfbcb0

#cfbcb0 #cfccb0 #cfb0b4

Monochromatic Colors of #cfbcb0

#cfbcb0

Complementary Color

#cfbcb0 #b0c3cf

#cfbcb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbcb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbcb0 Color CSS Codes

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

#cfbcb0 Text Font Color

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

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


#cfbcb0 Background Color

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

This div background color is #cfbcb0


#cfbcb0 Border Color

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

This div border color is #cfbcb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbcb0


Comments

No comments written yet.

Please login to write comment.