Color Hex Logo

#ccc34b Color Hex

#CCC34B
(204,195,75)
0 Favorites   0 Comments

Color spaces of #ccc34b

RGB 20419575
HSL0.160.560.55
HSV56°63°80°
CMYK 0.000.040.63   0.20
XYZ45.686952.375614.3581
Yxy52.37560.40640.4659
Hunter Lab72.3710-13.964438.8968
CIE-Lab77.5049-11.367659.4166

#ccc34b color RGB value is (204,195,75).

#ccc34b hex color red value is 204, green value is 195 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ccc34b hue: 0.16 , saturation: 0.56 and the lightness value of ccc34b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 01001011
Octal 314 303 113
Decimal 204 195 75
Hex CC C3 4B

RGB Percentages of Color #ccc34b

%43.04
%41.14
%15.82

CMYK Percentages of Color #ccc34b

%0
%4
%63
%20

Triadic Colors of #ccc34b

#ccc34b #4bccc3 #c34bcc

Analogous Colors of #ccc34b

#ccc34b #95cc4b #cc834b

Monochromatic Colors of #ccc34b

#ccc34b

Complementary Color

#ccc34b #4b54cc

#ccc34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc34b Color CSS Codes

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

#ccc34b Text Font Color

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

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


#ccc34b Background Color

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

This div background color is #ccc34b


#ccc34b Border Color

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

This div border color is #ccc34b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc34b


Comments

No comments written yet.

Please login to write comment.