Color Hex Logo

#ccc73e Color Hex

#CCC73E
(204,199,62)
0 Favorites   0 Comments

Color spaces of #ccc73e

RGB 20419962
HSL0.160.580.52
HSV58°70°80°
CMYK 0.000.020.70   0.20
XYZ46.194854.032012.5519
Yxy54.03200.40960.4791
Hunter Lab73.5065-16.458841.3302
CIE-Lab78.4804-14.126365.5598

#ccc73e color RGB value is (204,199,62).

#ccc73e hex color red value is 204, green value is 199 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ccc73e hue: 0.16 , saturation: 0.58 and the lightness value of ccc73e is 0.52.

The process color (four color CMYK) of #ccc73e color hex is 0.00, 0.02, 0.70, 0.20. Web safe color of #ccc73e is #cccc33. Color #ccc73e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 00111110
Octal 314 307 76
Decimal 204 199 62
Hex CC C7 3E

RGB Percentages of Color #ccc73e

%43.87
%42.80
%13.33

CMYK Percentages of Color #ccc73e

%0
%2
%70
%20

Triadic Colors of #ccc73e

#ccc73e #3eccc7 #c73ecc

Analogous Colors of #ccc73e

#ccc73e #8acc3e #cc803e

Monochromatic Colors of #ccc73e

#ccc73e

Complementary Color

#ccc73e #3e43cc

#ccc73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc73e Color CSS Codes

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

#ccc73e Text Font Color

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

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


#ccc73e Background Color

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

This div background color is #ccc73e


#ccc73e Border Color

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

This div border color is #ccc73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc73e


Comments

No comments written yet.

Please login to write comment.