color codes Logo

#c6a70e color codes

#C6A70E
(198,167,14)
0 Favorites   0 Comments

Color spaces of #c6a70e

RGB 19816714
HSL0.140.870.42
HSV50°93°78°
CMYK 0.000.160.93   0.22
XYZ37.186739.67496.1135
Yxy39.67490.44820.4782
Hunter Lab62.9880-4.846738.3370
CIE-Lab69.2373-1.706870.3766

#c6a70e color RGB value is (198,167,14).

#c6a70e hex color red value is 198, green value is 167 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c6a70e hue: 0.14 , saturation: 0.87 and the lightness value of c6a70e is 0.42.

The process color (four color CMYK) of #c6a70e color code is 0.00, 0.16, 0.93, 0.22. Web safe color of #c6a70e is #cc9900. Color #c6a70e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10100111 00001110
Octal 306 247 16
Decimal 198 167 14
Hex C6 A7 E

RGB Percentages of Color #c6a70e

%52.24
%44.06
%3.69

CMYK Percentages of Color #c6a70e

%0
%16
%93
%22

Triadic Colors of #c6a70e

#c6a70e #0ec6a7 #a70ec6

Analogous Colors of #c6a70e

#c6a70e #89c60e #c64b0e

Monochromatic Colors of #c6a70e

#c6a70e

Complementary Color

#c6a70e #0e2dc6

#c6a70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6a70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6a70e Color CSS Codes

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

#c6a70e Text Font Color

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

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


#c6a70e Background Color

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

This div background color is #c6a70e


#c6a70e Border Color

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

This div border color is #c6a70e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,167,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6a70e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6a70e;
  -webkit-box-shadow: 1px 1px 3px 2px #c6a70e;
  box-shadow:         1px 1px 3px 2px #c6a70e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,167,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6a70e


Comments

No comments written yet.

Please login to write comment.