Color Hex Logo

#ccc610 Color Hex

#CCC610
(204,198,16)
0 Favorites   0 Comments

Color spaces of #ccc610

RGB 20419816
HSL0.160.850.43
HSV58°92°80°
CMYK 0.000.030.92   0.20
XYZ45.189453.26298.3893
Yxy53.26290.42300.4985
Hunter Lab72.9814-17.192044.2716
CIE-Lab78.0300-15.057777.0163

#ccc610 color RGB value is (204,198,16).

#ccc610 hex color red value is 204, green value is 198 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ccc610 hue: 0.16 , saturation: 0.85 and the lightness value of ccc610 is 0.43.

The process color (four color CMYK) of #ccc610 color hex is 0.00, 0.03, 0.92, 0.20. Web safe color of #ccc610 is #cccc00. Color #ccc610 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 00010000
Octal 314 306 20
Decimal 204 198 16
Hex CC C6 10

RGB Percentages of Color #ccc610

%48.80
%47.37
%3.83

CMYK Percentages of Color #ccc610

%0
%3
%92
%20

Triadic Colors of #ccc610

#ccc610 #10ccc6 #c610cc

Analogous Colors of #ccc610

#ccc610 #74cc10 #cc6810

Monochromatic Colors of #ccc610

#ccc610

Complementary Color

#ccc610 #1016cc

#ccc610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc610 Color CSS Codes

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

#ccc610 Text Font Color

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

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


#ccc610 Background Color

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

This div background color is #ccc610


#ccc610 Border Color

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

This div border color is #ccc610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc610


Comments

No comments written yet.

Please login to write comment.