Color Hex Logo

#c6ae14 Color Hex

#C6AE14
(198,174,20)
0 Favorites   0 Comments

Color spaces of #c6ae14

RGB 19817420
HSL0.140.820.43
HSV52°90°78°
CMYK 0.000.120.90   0.22
XYZ38.551042.32846.8002
Yxy42.32840.43970.4828
Hunter Lab65.0603-8.086639.3451
CIE-Lab71.0967-5.302870.8161

#c6ae14 color RGB value is (198,174,20).

#c6ae14 hex color red value is 198, green value is 174 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c6ae14 hue: 0.14 , saturation: 0.82 and the lightness value of c6ae14 is 0.43.

The process color (four color CMYK) of #c6ae14 color hex is 0.00, 0.12, 0.90, 0.22. Web safe color of #c6ae14 is #cc9900. Color #c6ae14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101110 00010100
Octal 306 256 24
Decimal 198 174 20
Hex C6 AE 14

RGB Percentages of Color #c6ae14

%50.51
%44.39
%5.10

CMYK Percentages of Color #c6ae14

%0
%12
%90
%22

Triadic Colors of #c6ae14

#c6ae14 #14c6ae #ae14c6

Analogous Colors of #c6ae14

#c6ae14 #85c614 #c65514

Monochromatic Colors of #c6ae14

#c6ae14

Complementary Color

#c6ae14 #142cc6

#c6ae14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ae14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ae14 Color CSS Codes

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

#c6ae14 Text Font Color

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

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


#c6ae14 Background Color

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

This div background color is #c6ae14


#c6ae14 Border Color

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

This div border color is #c6ae14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ae14


Comments

No comments written yet.

Please login to write comment.