Color Hex Logo

#cfb996 Color Hex

#CFB996
(207,185,150)
0 Favorites   0 Comments

Color spaces of #cfb996

RGB 207185150
HSL0.100.370.70
HSV37°28°81°
CMYK 0.000.110.28   0.19
XYZ48.586150.165335.9763
Yxy50.16530.36060.3723
Hunter Lab70.8275-1.501019.4633
CIE-Lab76.17062.499220.6488

#cfb996 color RGB value is (207,185,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111001 10010110
Octal 317 271 226
Decimal 207 185 150
Hex CF B9 96

RGB Percentages of Color #cfb996

%38.19
%34.13
%27.68

CMYK Percentages of Color #cfb996

%0
%11
%28
%19

Triadic Colors of #cfb996

#cfb996 #96cfb9 #b996cf

Analogous Colors of #cfb996

#cfb996 #c9cf96 #cf9d96

Monochromatic Colors of #cfb996

#cfb996

Complementary Color

#cfb996 #96accf

#cfb996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb996 Color CSS Codes

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

#cfb996 Text Font Color

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

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


#cfb996 Background Color

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

This div background color is #cfb996


#cfb996 Border Color

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

This div border color is #cfb996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb996


Comments

No comments written yet.

Please login to write comment.