Color Hex Logo

#ccc92c Color Hex

#CCC92C
(204,201,44)
0 Favorites   0 Comments

Color spaces of #ccc92c

RGB 20420144
HSL0.160.650.49
HSV59°78°80°
CMYK 0.000.010.78   0.20
XYZ46.243154.792510.5216
Yxy54.79250.41450.4912
Hunter Lab74.0220-18.025743.3878
CIE-Lab78.9216-15.891171.8802

#ccc92c color RGB value is (204,201,44).

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

The process color (four color CMYK) of #ccc92c color hex is 0.00, 0.01, 0.78, 0.20. Web safe color of #ccc92c is #cccc33. Color #ccc92c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 00101100
Octal 314 311 54
Decimal 204 201 44
Hex CC C9 2C

RGB Percentages of Color #ccc92c

%45.43
%44.77
%9.80

CMYK Percentages of Color #ccc92c

%0
%1
%78
%20

Triadic Colors of #ccc92c

#ccc92c #2cccc9 #c92ccc

Analogous Colors of #ccc92c

#ccc92c #7fcc2c #cc792c

Monochromatic Colors of #ccc92c

#ccc92c

Complementary Color

#ccc92c #2c2fcc

#ccc92c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc92c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc92c Color CSS Codes

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

#ccc92c Text Font Color

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

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


#ccc92c Background Color

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

This div background color is #ccc92c


#ccc92c Border Color

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

This div border color is #ccc92c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc92c


Comments

No comments written yet.

Please login to write comment.