Color Hex Logo

#cfa396 Color Hex

#CFA396
(207,163,150)
0 Favorites   0 Comments

Color spaces of #cfa396

RGB 207163150
HSL0.040.370.70
HSV14°28°81°
CMYK 0.000.210.28   0.19
XYZ44.334341.661834.5590
Yxy41.66180.36780.3456
Hunter Lab64.54609.649813.4373
CIE-Lab70.637114.330812.9484

#cfa396 color RGB value is (207,163,150).

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

The process color (four color CMYK) of #cfa396 color hex is 0.00, 0.21, 0.28, 0.19. Web safe color of #cfa396 is #cc9999. Color #cfa396 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100011 10010110
Octal 317 243 226
Decimal 207 163 150
Hex CF A3 96

RGB Percentages of Color #cfa396

%39.81
%31.35
%28.85

CMYK Percentages of Color #cfa396

%0
%21
%28
%19

Triadic Colors of #cfa396

#cfa396 #96cfa3 #a396cf

Analogous Colors of #cfa396

#cfa396 #cfc096 #cf96a6

Monochromatic Colors of #cfa396

#cfa396

Complementary Color

#cfa396 #96c2cf

#cfa396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa396 Color CSS Codes

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

#cfa396 Text Font Color

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

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


#cfa396 Background Color

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

This div background color is #cfa396


#cfa396 Border Color

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

This div border color is #cfa396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa396


Comments

No comments written yet.

Please login to write comment.