Color Hex Logo

#cfb396 Color Hex

#CFB396
(207,179,150)
0 Favorites   0 Comments

Color spaces of #cfb396

RGB 207179150
HSL0.080.370.70
HSV31°28°81°
CMYK 0.000.140.28   0.19
XYZ47.357247.707635.5667
Yxy47.70760.36250.3652
Hunter Lab69.07071.511917.8192
CIE-Lab74.64015.696618.5368

#cfb396 color RGB value is (207,179,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110011 10010110
Octal 317 263 226
Decimal 207 179 150
Hex CF B3 96

RGB Percentages of Color #cfb396

%38.62
%33.40
%27.99

CMYK Percentages of Color #cfb396

%0
%14
%28
%19

Triadic Colors of #cfb396

#cfb396 #96cfb3 #b396cf

Analogous Colors of #cfb396

#cfb396 #cfcf96 #cf9796

Monochromatic Colors of #cfb396

#cfb396

Complementary Color

#cfb396 #96b2cf

#cfb396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb396 Color CSS Codes

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

#cfb396 Text Font Color

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

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


#cfb396 Background Color

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

This div background color is #cfb396


#cfb396 Border Color

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

This div border color is #cfb396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb396


Comments

No comments written yet.

Please login to write comment.