Color Hex Logo

#ccc834 Color Hex

#CCC834
(204,200,52)
0 Favorites   0 Comments

Color spaces of #ccc834

RGB 20420052
HSL0.160.600.50
HSV58°75°80°
CMYK 0.000.020.75   0.20
XYZ46.175954.393911.3141
Yxy54.39390.41270.4862
Hunter Lab73.7522-17.308442.5311
CIE-Lab78.6909-15.087169.2337

#ccc834 color RGB value is (204,200,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001000 00110100
Octal 314 310 64
Decimal 204 200 52
Hex CC C8 34

RGB Percentages of Color #ccc834

%44.74
%43.86
%11.40

CMYK Percentages of Color #ccc834

%0
%2
%75
%20

Triadic Colors of #ccc834

#ccc834 #34ccc8 #c834cc

Analogous Colors of #ccc834

#ccc834 #84cc34 #cc7c34

Monochromatic Colors of #ccc834

#ccc834

Complementary Color

#ccc834 #3438cc

#ccc834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc834 Color CSS Codes

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

#ccc834 Text Font Color

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

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


#ccc834 Background Color

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

This div background color is #ccc834


#ccc834 Border Color

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

This div border color is #ccc834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc834


Comments

No comments written yet.

Please login to write comment.