Color Hex Logo

#cfb98a Color Hex

#CFB98A
(207,185,138)
0 Favorites   0 Comments

Color spaces of #cfb98a

RGB 207185138
HSL0.110.420.68
HSV41°33°81°
CMYK 0.000.110.33   0.19
XYZ47.668549.798331.1444
Yxy49.79830.37060.3872
Hunter Lab70.5679-2.917423.2305
CIE-Lab75.94530.937626.7503

#cfb98a color RGB value is (207,185,138).

#cfb98a hex color red value is 207, green value is 185 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cfb98a hue: 0.11 , saturation: 0.42 and the lightness value of cfb98a is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 10001010
Octal 317 271 212
Decimal 207 185 138
Hex CF B9 8A

RGB Percentages of Color #cfb98a

%39.06
%34.91
%26.04

CMYK Percentages of Color #cfb98a

%0
%11
%33
%19

Triadic Colors of #cfb98a

#cfb98a #8acfb9 #b98acf

Analogous Colors of #cfb98a

#cfb98a #c3cf8a #cf978a

Monochromatic Colors of #cfb98a

#cfb98a

Complementary Color

#cfb98a #8aa0cf

#cfb98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb98a Color CSS Codes

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

#cfb98a Text Font Color

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

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


#cfb98a Background Color

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

This div background color is #cfb98a


#cfb98a Border Color

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

This div border color is #cfb98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb98a

#cfb98a Color Palettes


Comments

No comments written yet.

Please login to write comment.