Color Hex Logo

#cfb99d Color Hex

#CFB99D
(207,185,157)
0 Favorites   0 Comments

Color spaces of #cfb99d

RGB 207185157
HSL0.090.340.71
HSV34°24°81°
CMYK 0.000.110.24   0.19
XYZ49.166950.397639.0346
Yxy50.39760.35470.3636
Hunter Lab70.9913-0.609817.0932
CIE-Lab76.31273.473617.0819

#cfb99d color RGB value is (207,185,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 10011101
Octal 317 271 235
Decimal 207 185 157
Hex CF B9 9D

RGB Percentages of Color #cfb99d

%37.70
%33.70
%28.60

CMYK Percentages of Color #cfb99d

%0
%11
%24
%19

Triadic Colors of #cfb99d

#cfb99d #9dcfb9 #b99dcf

Analogous Colors of #cfb99d

#cfb99d #cccf9d #cfa09d

Monochromatic Colors of #cfb99d

#cfb99d

Complementary Color

#cfb99d #9db3cf

#cfb99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb99d Color CSS Codes

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

#cfb99d Text Font Color

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

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


#cfb99d Background Color

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

This div background color is #cfb99d


#cfb99d Border Color

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

This div border color is #cfb99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb99d


Comments

No comments written yet.

Please login to write comment.