Color Hex Logo

#cfb99e Color Hex

#CFB99E
(207,185,158)
0 Favorites   0 Comments

Color spaces of #cfb99e

RGB 207185158
HSL0.090.340.72
HSV33°24°81°
CMYK 0.000.110.24   0.19
XYZ49.252650.431939.4862
Yxy50.43190.35390.3624
Hunter Lab71.0154-0.478716.7442
CIE-Lab76.33363.616416.5721

#cfb99e color RGB value is (207,185,158).

#cfb99e hex color red value is 207, green value is 185 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cfb99e hue: 0.09 , saturation: 0.34 and the lightness value of cfb99e is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 10011110
Octal 317 271 236
Decimal 207 185 158
Hex CF B9 9E

RGB Percentages of Color #cfb99e

%37.64
%33.64
%28.73

CMYK Percentages of Color #cfb99e

%0
%11
%24
%19

Triadic Colors of #cfb99e

#cfb99e #9ecfb9 #b99ecf

Analogous Colors of #cfb99e

#cfb99e #cdcf9e #cfa19e

Monochromatic Colors of #cfb99e

#cfb99e

Complementary Color

#cfb99e #9eb4cf

#cfb99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb99e Color CSS Codes

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

#cfb99e Text Font Color

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

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


#cfb99e Background Color

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

This div background color is #cfb99e


#cfb99e Border Color

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

This div border color is #cfb99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb99e


Comments

No comments written yet.

Please login to write comment.