Color Hex Logo

#ccc728 Color Hex

#CCC728
(204,199,40)
0 Favorites   0 Comments

Color spaces of #ccc728

RGB 20419940
HSL0.160.670.48
HSV58°80°80°
CMYK 0.000.020.80   0.20
XYZ45.708353.83749.9901
Yxy53.83740.41730.4915
Hunter Lab73.3740-17.207943.2893
CIE-Lab78.3668-15.021772.4959

#ccc728 color RGB value is (204,199,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 00101000
Octal 314 307 50
Decimal 204 199 40
Hex CC C7 28

RGB Percentages of Color #ccc728

%46.05
%44.92
%9.03

CMYK Percentages of Color #ccc728

%0
%2
%80
%20

Triadic Colors of #ccc728

#ccc728 #28ccc7 #c728cc

Analogous Colors of #ccc728

#ccc728 #7fcc28 #cc7528

Monochromatic Colors of #ccc728

#ccc728

Complementary Color

#ccc728 #282dcc

#ccc728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc728 Color CSS Codes

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

#ccc728 Text Font Color

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

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


#ccc728 Background Color

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

This div background color is #ccc728


#ccc728 Border Color

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

This div border color is #ccc728


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc728


Comments

No comments written yet.

Please login to write comment.