Color Hex Logo

#ccc992 Color Hex

#CCC992
(204,201,146)
0 Favorites   0 Comments

Color spaces of #ccc992

RGB 204201146
HSL0.160.360.69
HSV57°28°80°
CMYK 0.000.010.28   0.20
XYZ50.976856.686035.4489
Yxy56.68600.35620.3961
Hunter Lab75.2901-10.900424.7875
CIE-Lab80.0027-7.565827.9348

#ccc992 color RGB value is (204,201,146).

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

The process color (four color CMYK) of #ccc992 color hex is 0.00, 0.01, 0.28, 0.20. Web safe color of #ccc992 is #cccc99. Color #ccc992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 10010010
Octal 314 311 222
Decimal 204 201 146
Hex CC C9 92

RGB Percentages of Color #ccc992

%37.02
%36.48
%26.50

CMYK Percentages of Color #ccc992

%0
%1
%28
%20

Triadic Colors of #ccc992

#ccc992 #92ccc9 #c992cc

Analogous Colors of #ccc992

#ccc992 #b2cc92 #ccac92

Monochromatic Colors of #ccc992

#ccc992

Complementary Color

#ccc992 #9295cc

#ccc992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc992 Color CSS Codes

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

#ccc992 Text Font Color

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

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


#ccc992 Background Color

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

This div background color is #ccc992


#ccc992 Border Color

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

This div border color is #ccc992


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,201,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 #ccc992">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc992


Comments

No comments written yet.

Please login to write comment.