Color Hex Logo

#cfa95a Color Hex

#CFA95A
(207,169,90)
0 Favorites   0 Comments

Color spaces of #cfa95a

RGB 20716990
HSL0.110.550.58
HSV41°57°81°
CMYK 0.000.180.57   0.19
XYZ41.765642.379515.6516
Yxy42.37950.41850.4247
Hunter Lab65.09950.595231.3148
CIE-Lab71.13184.560245.4590

#cfa95a color RGB value is (207,169,90).

#cfa95a hex color red value is 207, green value is 169 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cfa95a hue: 0.11 , saturation: 0.55 and the lightness value of cfa95a is 0.58.

The process color (four color CMYK) of #cfa95a color hex is 0.00, 0.18, 0.57, 0.19. Web safe color of #cfa95a is #cc9966. Color #cfa95a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101001 01011010
Octal 317 251 132
Decimal 207 169 90
Hex CF A9 5A

RGB Percentages of Color #cfa95a

%44.42
%36.27
%19.31

CMYK Percentages of Color #cfa95a

%0
%18
%57
%19

Triadic Colors of #cfa95a

#cfa95a #5acfa9 #a95acf

Analogous Colors of #cfa95a

#cfa95a #bbcf5a #cf6f5a

Monochromatic Colors of #cfa95a

#cfa95a

Complementary Color

#cfa95a #5a80cf

#cfa95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa95a Color CSS Codes

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

#cfa95a Text Font Color

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

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


#cfa95a Background Color

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

This div background color is #cfa95a


#cfa95a Border Color

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

This div border color is #cfa95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa95a


Comments

No comments written yet.

Please login to write comment.