Color Hex Logo

#c2ad66 Color Hex

#C2AD66
(194,173,102)
0 Favorites   0 Comments

Color spaces of #c2ad66

RGB 194173102
HSL0.130.430.58
HSV46°47°76°
CMYK 0.000.110.47   0.24
XYZ39.590042.315818.6515
Yxy42.31580.39370.4208
Hunter Lab65.0506-5.202928.5356
CIE-Lab71.0881-1.970039.0774

#c2ad66 color RGB value is (194,173,102).

#c2ad66 hex color red value is 194, green value is 173 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #c2ad66 hue: 0.13 , saturation: 0.43 and the lightness value of c2ad66 is 0.58.

The process color (four color CMYK) of #c2ad66 color hex is 0.00, 0.11, 0.47, 0.24. Web safe color of #c2ad66 is #cc9966. Color #c2ad66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101101 01100110
Octal 302 255 146
Decimal 194 173 102
Hex C2 AD 66

RGB Percentages of Color #c2ad66

%41.36
%36.89
%21.75

CMYK Percentages of Color #c2ad66

%0
%11
%47
%24

Triadic Colors of #c2ad66

#c2ad66 #66c2ad #ad66c2

Analogous Colors of #c2ad66

#c2ad66 #a9c266 #c27f66

Monochromatic Colors of #c2ad66

#c2ad66

Complementary Color

#c2ad66 #667bc2

#c2ad66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ad66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ad66 Color CSS Codes

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

#c2ad66 Text Font Color

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

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


#c2ad66 Background Color

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

This div background color is #c2ad66


#c2ad66 Border Color

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

This div border color is #c2ad66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ad66


Comments

No comments written yet.

Please login to write comment.