Color Hex Logo

#ccc062 Color Hex

#CCC062
(204,192,98)
0 Favorites   0 Comments

Color spaces of #ccc062

RGB 20419298
HSL0.150.510.59
HSV53°52°80°
CMYK 0.000.060.52   0.20
XYZ45.956151.418519.0579
Yxy51.41850.39470.4416
Hunter Lab71.7067-11.087934.4368
CIE-Lab76.9318-8.129748.3518

#ccc062 color RGB value is (204,192,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 01100010
Octal 314 300 142
Decimal 204 192 98
Hex CC C0 62

RGB Percentages of Color #ccc062

%41.30
%38.87
%19.84

CMYK Percentages of Color #ccc062

%0
%6
%52
%20

Triadic Colors of #ccc062

#ccc062 #62ccc0 #c062cc

Analogous Colors of #ccc062

#ccc062 #a3cc62 #cc8b62

Monochromatic Colors of #ccc062

#ccc062

Complementary Color

#ccc062 #626ecc

#ccc062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc062 Color CSS Codes

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

#ccc062 Text Font Color

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

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


#ccc062 Background Color

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

This div background color is #ccc062


#ccc062 Border Color

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

This div border color is #ccc062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc062


Comments

No comments written yet.

Please login to write comment.