Color Hex Logo

#ccc434 Color Hex

#CCC434
(204,196,52)
0 Favorites   0 Comments

Color spaces of #ccc434

RGB 20419652
HSL0.160.600.50
HSV57°75°80°
CMYK 0.000.040.75   0.20
XYZ45.261652.565211.0094
Yxy52.56520.41590.4830
Hunter Lab72.5019-15.443941.7481
CIE-Lab77.6176-13.072568.2350

#ccc434 color RGB value is (204,196,52).

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

The process color (four color CMYK) of #ccc434 color hex is 0.00, 0.04, 0.75, 0.20. Web safe color of #ccc434 is #cccc33. Color #ccc434 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 00110100
Octal 314 304 64
Decimal 204 196 52
Hex CC C4 34

RGB Percentages of Color #ccc434

%45.13
%43.36
%11.50

CMYK Percentages of Color #ccc434

%0
%4
%75
%20

Triadic Colors of #ccc434

#ccc434 #34ccc4 #c434cc

Analogous Colors of #ccc434

#ccc434 #88cc34 #cc7834

Monochromatic Colors of #ccc434

#ccc434

Complementary Color

#ccc434 #343ccc

#ccc434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc434 Color CSS Codes

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

#ccc434 Text Font Color

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

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


#ccc434 Background Color

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

This div background color is #ccc434


#ccc434 Border Color

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

This div border color is #ccc434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc434


Comments

No comments written yet.

Please login to write comment.