Color Hex Logo

#c6ae34 Color Hex

#C6AE34
(198,174,52)
0 Favorites   0 Comments

Color spaces of #c6ae34

RGB 19817452
HSL0.140.580.49
HSV50°74°78°
CMYK 0.000.120.74   0.22
XYZ39.044642.52589.3992
Yxy42.52580.42920.4675
Hunter Lab65.2118-7.246437.1026
CIE-Lab71.2319-4.312662.0091

#c6ae34 color RGB value is (198,174,52).

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

The process color (four color CMYK) of #c6ae34 color hex is 0.00, 0.12, 0.74, 0.22. Web safe color of #c6ae34 is #cc9933. Color #c6ae34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101110 00110100
Octal 306 256 64
Decimal 198 174 52
Hex C6 AE 34

RGB Percentages of Color #c6ae34

%46.70
%41.04
%12.26

CMYK Percentages of Color #c6ae34

%0
%12
%74
%22

Triadic Colors of #c6ae34

#c6ae34 #34c6ae #ae34c6

Analogous Colors of #c6ae34

#c6ae34 #95c634 #c66534

Monochromatic Colors of #c6ae34

#c6ae34

Complementary Color

#c6ae34 #344cc6

#c6ae34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ae34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ae34 Color CSS Codes

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

#c6ae34 Text Font Color

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

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


#c6ae34 Background Color

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

This div background color is #c6ae34


#c6ae34 Border Color

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

This div border color is #c6ae34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ae34


Comments

No comments written yet.

Please login to write comment.