Color Hex Logo

#ccc72e Color Hex

#CCC72E
(204,199,46)
0 Favorites   0 Comments

Color spaces of #ccc72e

RGB 20419946
HSL0.160.630.49
HSV58°77°80°
CMYK 0.000.020.77   0.20
XYZ45.818453.881510.5700
Yxy53.88150.41550.4886
Hunter Lab73.4040-17.038342.8452
CIE-Lab78.3926-14.818570.8276

#ccc72e color RGB value is (204,199,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 00101110
Octal 314 307 56
Decimal 204 199 46
Hex CC C7 2E

RGB Percentages of Color #ccc72e

%45.43
%44.32
%10.24

CMYK Percentages of Color #ccc72e

%0
%2
%77
%20

Triadic Colors of #ccc72e

#ccc72e #2eccc7 #c72ecc

Analogous Colors of #ccc72e

#ccc72e #82cc2e #cc782e

Monochromatic Colors of #ccc72e

#ccc72e

Complementary Color

#ccc72e #2e33cc

#ccc72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc72e Color CSS Codes

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

#ccc72e Text Font Color

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

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


#ccc72e Background Color

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

This div background color is #ccc72e


#ccc72e Border Color

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

This div border color is #ccc72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc72e


Comments

No comments written yet.

Please login to write comment.