Color Hex Logo

#cfad3a Color Hex

#CFAD3A
(207,173,58)
0 Favorites   0 Comments

Color spaces of #cfad3a

RGB 20717358
HSL0.130.610.52
HSV46°72°81°
CMYK 0.000.160.72   0.19
XYZ41.439443.458010.2071
Yxy43.45800.43570.4569
Hunter Lab65.9227-3.158536.9657
CIE-Lab71.86470.408760.6369

#cfad3a color RGB value is (207,173,58).

#cfad3a hex color red value is 207, green value is 173 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cfad3a hue: 0.13 , saturation: 0.61 and the lightness value of cfad3a is 0.52.

The process color (four color CMYK) of #cfad3a color hex is 0.00, 0.16, 0.72, 0.19. Web safe color of #cfad3a is #cc9933. Color #cfad3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 00111010
Octal 317 255 72
Decimal 207 173 58
Hex CF AD 3A

RGB Percentages of Color #cfad3a

%47.26
%39.50
%13.24

CMYK Percentages of Color #cfad3a

%0
%16
%72
%19

Triadic Colors of #cfad3a

#cfad3a #3acfad #ad3acf

Analogous Colors of #cfad3a

#cfad3a #a7cf3a #cf633a

Monochromatic Colors of #cfad3a

#cfad3a

Complementary Color

#cfad3a #3a5ccf

#cfad3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfad3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfad3a Color CSS Codes

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

#cfad3a Text Font Color

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

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


#cfad3a Background Color

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

This div background color is #cfad3a


#cfad3a Border Color

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

This div border color is #cfad3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfad3a


Comments

No comments written yet.

Please login to write comment.