Color Hex Logo

#ccad92 Color Hex

#CCAD92
(204,173,146)
0 Favorites   0 Comments

Color spaces of #ccad92

RGB 204173146
HSL0.080.360.69
HSV28°28°80°
CMYK 0.000.150.28   0.20
XYZ45.033744.799833.4678
Yxy44.79980.36520.3633
Hunter Lab66.93272.966417.2066
CIE-Lab72.75997.209518.0596

#ccad92 color RGB value is (204,173,146).

#ccad92 hex color red value is 204, green value is 173 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #ccad92 hue: 0.08 , saturation: 0.36 and the lightness value of ccad92 is 0.69.

The process color (four color CMYK) of #ccad92 color hex is 0.00, 0.15, 0.28, 0.20. Web safe color of #ccad92 is #cc9999. Color #ccad92 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 10010010
Octal 314 255 222
Decimal 204 173 146
Hex CC AD 92

RGB Percentages of Color #ccad92

%39.01
%33.08
%27.92

CMYK Percentages of Color #ccad92

%0
%15
%28
%20

Triadic Colors of #ccad92

#ccad92 #92ccad #ad92cc

Analogous Colors of #ccad92

#ccad92 #ccca92 #cc9294

Monochromatic Colors of #ccad92

#ccad92

Complementary Color

#ccad92 #92b1cc

#ccad92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad92 Color CSS Codes

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

#ccad92 Text Font Color

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

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


#ccad92 Background Color

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

This div background color is #ccad92


#ccad92 Border Color

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

This div border color is #ccad92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad92


Comments

No comments written yet.

Please login to write comment.