Color Hex Logo

#cfa59e Color Hex

#CFA59E
(207,165,158)
0 Favorites   0 Comments

Color spaces of #cfa59e

RGB 207165158
HSL0.020.340.72
HSV24°81°
CMYK 0.000.200.24   0.19
XYZ45.358842.644338.1883
Yxy42.64430.35940.3379
Hunter Lab65.30269.705511.0396
CIE-Lab71.312914.38229.4958

#cfa59e color RGB value is (207,165,158).

#cfa59e hex color red value is 207, green value is 165 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cfa59e hue: 0.02 , saturation: 0.34 and the lightness value of cfa59e is 0.72.

The process color (four color CMYK) of #cfa59e color hex is 0.00, 0.20, 0.24, 0.19. Web safe color of #cfa59e is #cc9999. Color #cfa59e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 10011110
Octal 317 245 236
Decimal 207 165 158
Hex CF A5 9E

RGB Percentages of Color #cfa59e

%39.06
%31.13
%29.81

CMYK Percentages of Color #cfa59e

%0
%20
%24
%19

Triadic Colors of #cfa59e

#cfa59e #9ecfa5 #a59ecf

Analogous Colors of #cfa59e

#cfa59e #cfbe9e #cf9eb0

Monochromatic Colors of #cfa59e

#cfa59e

Complementary Color

#cfa59e #9ec8cf

#cfa59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa59e Color CSS Codes

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

#cfa59e Text Font Color

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

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


#cfa59e Background Color

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

This div background color is #cfa59e


#cfa59e Border Color

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

This div border color is #cfa59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa59e


Comments

No comments written yet.

Please login to write comment.