Color Hex Logo

#cfb999 Color Hex

#CFB999
(207,185,153)
0 Favorites   0 Comments

Color spaces of #cfb999

RGB 207185153
HSL0.100.360.71
HSV36°26°81°
CMYK 0.000.110.26   0.19
XYZ48.830950.263237.2651
Yxy50.26320.35810.3686
Hunter Lab70.8965-1.124818.4632
CIE-Lab76.23052.911219.1204

#cfb999 color RGB value is (207,185,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 10011001
Octal 317 271 231
Decimal 207 185 153
Hex CF B9 99

RGB Percentages of Color #cfb999

%37.98
%33.94
%28.07

CMYK Percentages of Color #cfb999

%0
%11
%26
%19

Triadic Colors of #cfb999

#cfb999 #99cfb9 #b999cf

Analogous Colors of #cfb999

#cfb999 #cacf99 #cf9e99

Monochromatic Colors of #cfb999

#cfb999

Complementary Color

#cfb999 #99afcf

#cfb999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb999 Color CSS Codes

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

#cfb999 Text Font Color

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

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


#cfb999 Background Color

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

This div background color is #cfb999


#cfb999 Border Color

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

This div border color is #cfb999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb999


Comments

No comments written yet.

Please login to write comment.