Color Hex Logo

#cccb79 Color Hex

#CCCB79
(204,203,121)
0 Favorites   0 Comments

Color spaces of #cccb79

RGB 204203121
HSL0.160.450.64
HSV59°41°80°
CMYK 0.000.000.41   0.20
XYZ49.709056.929726.4578
Yxy56.92970.37350.4277
Hunter Lab75.4518-14.441632.0257
CIE-Lab80.1400-11.554040.9549

#cccb79 color RGB value is (204,203,121).

#cccb79 hex color red value is 204, green value is 203 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #cccb79 hue: 0.16 , saturation: 0.45 and the lightness value of cccb79 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 01111001
Octal 314 313 171
Decimal 204 203 121
Hex CC CB 79

RGB Percentages of Color #cccb79

%38.64
%38.45
%22.92

CMYK Percentages of Color #cccb79

%0
%0
%41
%20

Triadic Colors of #cccb79

#cccb79 #79cccb #cb79cc

Analogous Colors of #cccb79

#cccb79 #a4cc79 #cca279

Monochromatic Colors of #cccb79

#cccb79

Complementary Color

#cccb79 #797acc

#cccb79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccb79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccb79 Color CSS Codes

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

#cccb79 Text Font Color

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

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


#cccb79 Background Color

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

This div background color is #cccb79


#cccb79 Border Color

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

This div border color is #cccb79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccb79


Comments

No comments written yet.

Please login to write comment.