Color Hex Logo

#ccc462 Color Hex

#CCC462
(204,196,98)
0 Favorites   0 Comments

Color spaces of #ccc462

RGB 20419698
HSL0.150.510.59
HSV55°52°80°
CMYK 0.000.040.52   0.20
XYZ46.846453.199119.3547
Yxy53.19910.39230.4456
Hunter Lab72.9377-12.994135.3232
CIE-Lab77.9924-10.183249.6026

#ccc462 color RGB value is (204,196,98).

#ccc462 hex color red value is 204, green value is 196 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ccc462 hue: 0.15 , saturation: 0.51 and the lightness value of ccc462 is 0.59.

The process color (four color CMYK) of #ccc462 color hex is 0.00, 0.04, 0.52, 0.20. Web safe color of #ccc462 is #cccc66. Color #ccc462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 01100010
Octal 314 304 142
Decimal 204 196 98
Hex CC C4 62

RGB Percentages of Color #ccc462

%40.96
%39.36
%19.68

CMYK Percentages of Color #ccc462

%0
%4
%52
%20

Triadic Colors of #ccc462

#ccc462 #62ccc4 #c462cc

Analogous Colors of #ccc462

#ccc462 #9fcc62 #cc8f62

Monochromatic Colors of #ccc462

#ccc462

Complementary Color

#ccc462 #626acc

#ccc462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc462 Color CSS Codes

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

#ccc462 Text Font Color

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

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


#ccc462 Background Color

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

This div background color is #ccc462


#ccc462 Border Color

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

This div border color is #ccc462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc462


Comments

No comments written yet.

Please login to write comment.