Color Hex Logo

#ccc035 Color Hex

#CCC035
(204,192,53)
0 Favorites   0 Comments

Color spaces of #ccc035

RGB 20419253
HSL0.150.600.50
HSV55°74°80°
CMYK 0.000.060.74   0.20
XYZ44.394150.793710.8325
Yxy50.79370.41870.4791
Hunter Lab71.2697-13.533840.8771
CIE-Lab76.5539-10.998266.9027

#ccc035 color RGB value is (204,192,53).

#ccc035 hex color red value is 204, green value is 192 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #ccc035 hue: 0.15 , saturation: 0.60 and the lightness value of ccc035 is 0.50.

The process color (four color CMYK) of #ccc035 color hex is 0.00, 0.06, 0.74, 0.20. Web safe color of #ccc035 is #cccc33. Color #ccc035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 00110101
Octal 314 300 65
Decimal 204 192 53
Hex CC C0 35

RGB Percentages of Color #ccc035

%45.43
%42.76
%11.80

CMYK Percentages of Color #ccc035

%0
%6
%74
%20

Triadic Colors of #ccc035

#ccc035 #35ccc0 #c035cc

Analogous Colors of #ccc035

#ccc035 #8dcc35 #cc7535

Monochromatic Colors of #ccc035

#ccc035

Complementary Color

#ccc035 #3541cc

#ccc035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc035 Color CSS Codes

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

#ccc035 Text Font Color

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

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


#ccc035 Background Color

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

This div background color is #ccc035


#ccc035 Border Color

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

This div border color is #ccc035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc035


Comments

No comments written yet.

Please login to write comment.