Color Hex Logo

#ccc142 Color Hex

#CCC142
(204,193,66)
0 Favorites   0 Comments

Color spaces of #ccc142

RGB 20419366
HSL0.150.580.53
HSV55°68°80°
CMYK 0.000.050.68   0.20
XYZ44.955251.370612.7004
Yxy51.37060.41230.4712
Hunter Lab71.6733-13.468839.6652
CIE-Lab76.9030-10.875362.4577

#ccc142 color RGB value is (204,193,66).

#ccc142 hex color red value is 204, green value is 193 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #ccc142 hue: 0.15 , saturation: 0.58 and the lightness value of ccc142 is 0.53.

The process color (four color CMYK) of #ccc142 color hex is 0.00, 0.05, 0.68, 0.20. Web safe color of #ccc142 is #cccc33. Color #ccc142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 01000010
Octal 314 301 102
Decimal 204 193 66
Hex CC C1 42

RGB Percentages of Color #ccc142

%44.06
%41.68
%14.25

CMYK Percentages of Color #ccc142

%0
%5
%68
%20

Triadic Colors of #ccc142

#ccc142 #42ccc1 #c142cc

Analogous Colors of #ccc142

#ccc142 #92cc42 #cc7c42

Monochromatic Colors of #ccc142

#ccc142

Complementary Color

#ccc142 #424dcc

#ccc142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc142 Color CSS Codes

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

#ccc142 Text Font Color

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

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


#ccc142 Background Color

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

This div background color is #ccc142


#ccc142 Border Color

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

This div border color is #ccc142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc142


Comments

No comments written yet.

Please login to write comment.