Color Hex Logo

#ccc92e Color Hex

#CCC92E
(204,201,46)
0 Favorites   0 Comments

Color spaces of #ccc92e

RGB 20420146
HSL0.160.630.49
HSV59°77°80°
CMYK 0.000.010.77   0.20
XYZ46.281654.807910.7245
Yxy54.80790.41390.4902
Hunter Lab74.0324-17.966743.2338
CIE-Lab78.9305-15.820371.3093

#ccc92e color RGB value is (204,201,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 00101110
Octal 314 311 56
Decimal 204 201 46
Hex CC C9 2E

RGB Percentages of Color #ccc92e

%45.23
%44.57
%10.20

CMYK Percentages of Color #ccc92e

%0
%1
%77
%20

Triadic Colors of #ccc92e

#ccc92e #2eccc9 #c92ecc

Analogous Colors of #ccc92e

#ccc92e #80cc2e #cc7a2e

Monochromatic Colors of #ccc92e

#ccc92e

Complementary Color

#ccc92e #2e31cc

#ccc92e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc92e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc92e Color CSS Codes

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

#ccc92e Text Font Color

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

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


#ccc92e Background Color

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

This div background color is #ccc92e


#ccc92e Border Color

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

This div border color is #ccc92e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc92e


Comments

No comments written yet.

Please login to write comment.