Color Hex Logo

#cfa59a Color Hex

#CFA59A
(207,165,154)
0 Favorites   0 Comments

Color spaces of #cfa59a

RGB 207165154
HSL0.030.360.71
HSV12°26°81°
CMYK 0.000.200.26   0.19
XYZ45.020042.508836.4041
Yxy42.50880.36330.3430
Hunter Lab65.19889.157112.5342
CIE-Lab71.220313.806011.5679

#cfa59a color RGB value is (207,165,154).

#cfa59a hex color red value is 207, green value is 165 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #cfa59a hue: 0.03 , saturation: 0.36 and the lightness value of cfa59a is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 10011010
Octal 317 245 232
Decimal 207 165 154
Hex CF A5 9A

RGB Percentages of Color #cfa59a

%39.35
%31.37
%29.28

CMYK Percentages of Color #cfa59a

%0
%20
%26
%19

Triadic Colors of #cfa59a

#cfa59a #9acfa5 #a59acf

Analogous Colors of #cfa59a

#cfa59a #cfc09a #cf9aaa

Monochromatic Colors of #cfa59a

#cfa59a

Complementary Color

#cfa59a #9ac4cf

#cfa59a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa59a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa59a Color CSS Codes

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

#cfa59a Text Font Color

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

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


#cfa59a Background Color

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

This div background color is #cfa59a


#cfa59a Border Color

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

This div border color is #cfa59a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa59a


Comments

No comments written yet.

Please login to write comment.