Color Hex Logo

#cfaf4a Color Hex

#CFAF4A
(207,175,74)
0 Favorites   0 Comments

Color spaces of #cfaf4a

RGB 20717574
HSL0.130.580.55
HSV46°64°81°
CMYK 0.000.150.64   0.19
XYZ42.298144.419812.8231
Yxy44.41980.42490.4462
Hunter Lab66.6482-3.349735.2463
CIE-Lab72.50820.236054.5669

#cfaf4a color RGB value is (207,175,74).

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

The process color (four color CMYK) of #cfaf4a color hex is 0.00, 0.15, 0.64, 0.19. Web safe color of #cfaf4a is #cc9933. Color #cfaf4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101111 01001010
Octal 317 257 112
Decimal 207 175 74
Hex CF AF 4A

RGB Percentages of Color #cfaf4a

%45.39
%38.38
%16.23

CMYK Percentages of Color #cfaf4a

%0
%15
%64
%19

Triadic Colors of #cfaf4a

#cfaf4a #4acfaf #af4acf

Analogous Colors of #cfaf4a

#cfaf4a #adcf4a #cf6d4a

Monochromatic Colors of #cfaf4a

#cfaf4a

Complementary Color

#cfaf4a #4a6acf

#cfaf4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaf4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaf4a Color CSS Codes

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

#cfaf4a Text Font Color

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

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


#cfaf4a Background Color

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

This div background color is #cfaf4a


#cfaf4a Border Color

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

This div border color is #cfaf4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaf4a


Comments

No comments written yet.

Please login to write comment.