Color Hex Logo

#ccc935 Color Hex

#CCC935
(204,201,53)
0 Favorites   0 Comments

Color spaces of #ccc935

RGB 20420153
HSL0.160.600.50
HSV59°74°80°
CMYK 0.000.010.74   0.20
XYZ46.431154.867711.5115
Yxy54.86770.41160.4864
Hunter Lab74.0727-17.737942.6368
CIE-Lab78.9650-15.546069.1626

#ccc935 color RGB value is (204,201,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 00110101
Octal 314 311 65
Decimal 204 201 53
Hex CC C9 35

RGB Percentages of Color #ccc935

%44.54
%43.89
%11.57

CMYK Percentages of Color #ccc935

%0
%1
%74
%20

Triadic Colors of #ccc935

#ccc935 #35ccc9 #c935cc

Analogous Colors of #ccc935

#ccc935 #84cc35 #cc7e35

Monochromatic Colors of #ccc935

#ccc935

Complementary Color

#ccc935 #3538cc

#ccc935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc935 Color CSS Codes

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

#ccc935 Text Font Color

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

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


#ccc935 Background Color

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

This div background color is #ccc935


#ccc935 Border Color

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

This div border color is #ccc935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc935


Comments

No comments written yet.

Please login to write comment.