Color Hex Logo

#c6ae65 Color Hex

#C6AE65
(198,174,101)
0 Favorites   0 Comments

Color spaces of #c6ae65

RGB 198174101
HSL0.130.460.59
HSV45°49°78°
CMYK 0.000.120.49   0.22
XYZ40.773743.217518.5047
Yxy43.21750.39780.4217
Hunter Lab65.7400-4.334629.3289
CIE-Lab71.7023-0.932540.4286

#c6ae65 color RGB value is (198,174,101).

#c6ae65 hex color red value is 198, green value is 174 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #c6ae65 hue: 0.13 , saturation: 0.46 and the lightness value of c6ae65 is 0.59.

The process color (four color CMYK) of #c6ae65 color hex is 0.00, 0.12, 0.49, 0.22. Web safe color of #c6ae65 is #cc9966. Color #c6ae65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101110 01100101
Octal 306 256 145
Decimal 198 174 101
Hex C6 AE 65

RGB Percentages of Color #c6ae65

%41.86
%36.79
%21.35

CMYK Percentages of Color #c6ae65

%0
%12
%49
%22

Triadic Colors of #c6ae65

#c6ae65 #65c6ae #ae65c6

Analogous Colors of #c6ae65

#c6ae65 #aec665 #c67e65

Monochromatic Colors of #c6ae65

#c6ae65

Complementary Color

#c6ae65 #657dc6

#c6ae65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ae65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ae65 Color CSS Codes

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

#c6ae65 Text Font Color

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

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


#c6ae65 Background Color

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

This div background color is #c6ae65


#c6ae65 Border Color

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

This div border color is #c6ae65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ae65


Comments

No comments written yet.

Please login to write comment.