Color Hex Logo

#cfb97b Color Hex

#CFB97B
(207,185,123)
0 Favorites   0 Comments

Color spaces of #cfb97b

RGB 207185123
HSL0.120.470.65
HSV44°41°81°
CMYK 0.000.110.41   0.19
XYZ46.656249.393425.8137
Yxy49.39340.38290.4053
Hunter Lab70.2804-4.492227.4193
CIE-Lab75.6954-0.817634.3128

#cfb97b color RGB value is (207,185,123).

#cfb97b hex color red value is 207, green value is 185 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cfb97b hue: 0.12 , saturation: 0.47 and the lightness value of cfb97b is 0.65.

The process color (four color CMYK) of #cfb97b color hex is 0.00, 0.11, 0.41, 0.19. Web safe color of #cfb97b is #cccc66. Color #cfb97b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 01111011
Octal 317 271 173
Decimal 207 185 123
Hex CF B9 7B

RGB Percentages of Color #cfb97b

%40.19
%35.92
%23.88

CMYK Percentages of Color #cfb97b

%0
%11
%41
%19

Triadic Colors of #cfb97b

#cfb97b #7bcfb9 #b97bcf

Analogous Colors of #cfb97b

#cfb97b #bbcf7b #cf8f7b

Monochromatic Colors of #cfb97b

#cfb97b

Complementary Color

#cfb97b #7b91cf

#cfb97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb97b Color CSS Codes

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

#cfb97b Text Font Color

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

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


#cfb97b Background Color

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

This div background color is #cfb97b


#cfb97b Border Color

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

This div border color is #cfb97b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb97b


Comments

No comments written yet.

Please login to write comment.