Color Hex Logo

#cccb42 Color Hex

#CCCB42
(204,203,66)
0 Favorites   0 Comments

Color spaces of #cccb42

RGB 20420366
HSL0.170.580.53
HSV60°68°80°
CMYK 0.000.000.68   0.20
XYZ47.241155.942613.4624
Yxy55.94260.40500.4796
Hunter Lab74.7948-18.148641.6847
CIE-Lab79.5811-15.925065.1588

#cccb42 color RGB value is (204,203,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 01000010
Octal 314 313 102
Decimal 204 203 66
Hex CC CB 42

RGB Percentages of Color #cccb42

%43.13
%42.92
%13.95

CMYK Percentages of Color #cccb42

%0
%0
%68
%20

Triadic Colors of #cccb42

#cccb42 #42cccb #cb42cc

Analogous Colors of #cccb42

#cccb42 #88cc42 #cc8642

Monochromatic Colors of #cccb42

#cccb42

Complementary Color

#cccb42 #4243cc

#cccb42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccb42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccb42 Color CSS Codes

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

#cccb42 Text Font Color

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

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


#cccb42 Background Color

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

This div background color is #cccb42


#cccb42 Border Color

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

This div border color is #cccb42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccb42


Comments

No comments written yet.

Please login to write comment.