Color Hex Logo

#cfa493 Color Hex

#CFA493
(207,164,147)
0 Favorites   0 Comments

Color spaces of #cfa493

RGB 207164147
HSL0.050.380.69
HSV17°29°81°
CMYK 0.000.210.29   0.19
XYZ44.274041.922933.3622
Yxy41.92290.37030.3506
Hunter Lab64.74798.747814.7736
CIE-Lab70.817713.376414.8532

#cfa493 color RGB value is (207,164,147).

#cfa493 hex color red value is 207, green value is 164 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cfa493 hue: 0.05 , saturation: 0.38 and the lightness value of cfa493 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100100 10010011
Octal 317 244 223
Decimal 207 164 147
Hex CF A4 93

RGB Percentages of Color #cfa493

%39.96
%31.66
%28.38

CMYK Percentages of Color #cfa493

%0
%21
%29
%19

Triadic Colors of #cfa493

#cfa493 #93cfa4 #a493cf

Analogous Colors of #cfa493

#cfa493 #cfc293 #cf93a0

Monochromatic Colors of #cfa493

#cfa493

Complementary Color

#cfa493 #93becf

#cfa493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa493 Color CSS Codes

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

#cfa493 Text Font Color

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

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


#cfa493 Background Color

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

This div background color is #cfa493


#cfa493 Border Color

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

This div border color is #cfa493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa493


Comments

No comments written yet.

Please login to write comment.