Color Hex Logo

#cfbc9d Color Hex

#CFBC9D
(207,188,157)
0 Favorites   0 Comments

Color spaces of #cfbc9d

RGB 207188157
HSL0.100.340.71
HSV37°24°81°
CMYK 0.000.090.24   0.19
XYZ49.801151.666239.2461
Yxy51.66620.35390.3672
Hunter Lab71.8792-2.115917.9431
CIE-Lab77.08081.881018.1501

#cfbc9d color RGB value is (207,188,157).

#cfbc9d hex color red value is 207, green value is 188 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cfbc9d hue: 0.10 , saturation: 0.34 and the lightness value of cfbc9d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111100 10011101
Octal 317 274 235
Decimal 207 188 157
Hex CF BC 9D

RGB Percentages of Color #cfbc9d

%37.50
%34.06
%28.44

CMYK Percentages of Color #cfbc9d

%0
%9
%24
%19

Triadic Colors of #cfbc9d

#cfbc9d #9dcfbc #bc9dcf

Analogous Colors of #cfbc9d

#cfbc9d #c9cf9d #cfa39d

Monochromatic Colors of #cfbc9d

#cfbc9d

Complementary Color

#cfbc9d #9db0cf

#cfbc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbc9d Color CSS Codes

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

#cfbc9d Text Font Color

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

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


#cfbc9d Background Color

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

This div background color is #cfbc9d


#cfbc9d Border Color

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

This div border color is #cfbc9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbc9d


Comments

No comments written yet.

Please login to write comment.