Color Hex Logo

#ccc242 Color Hex

#CCC242
(204,194,66)
0 Favorites   0 Comments

Color spaces of #ccc242

RGB 20419466
HSL0.150.580.53
HSV56°68°80°
CMYK 0.000.050.68   0.20
XYZ45.177051.814312.7743
Yxy51.81430.41160.4720
Hunter Lab71.9822-13.939739.8656
CIE-Lab77.1697-11.385262.7284

#ccc242 color RGB value is (204,194,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 01000010
Octal 314 302 102
Decimal 204 194 66
Hex CC C2 42

RGB Percentages of Color #ccc242

%43.97
%41.81
%14.22

CMYK Percentages of Color #ccc242

%0
%5
%68
%20

Triadic Colors of #ccc242

#ccc242 #42ccc2 #c242cc

Analogous Colors of #ccc242

#ccc242 #91cc42 #cc7d42

Monochromatic Colors of #ccc242

#ccc242

Complementary Color

#ccc242 #424ccc

#ccc242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc242 Color CSS Codes

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

#ccc242 Text Font Color

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

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


#ccc242 Background Color

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

This div background color is #ccc242


#ccc242 Border Color

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

This div border color is #ccc242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc242


Comments

No comments written yet.

Please login to write comment.