Color Hex Logo

#ccb279 Color Hex

#CCB279
(204,178,121)
0 Favorites   0 Comments

Color spaces of #ccb279

RGB 204178121
HSL0.110.450.64
HSV41°41°80°
CMYK 0.000.130.41   0.20
XYZ44.273446.058624.6459
Yxy46.05860.38510.4006
Hunter Lab67.8665-2.320025.9752
CIE-Lab73.58351.453132.5672

#ccb279 color RGB value is (204,178,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110010 01111001
Octal 314 262 171
Decimal 204 178 121
Hex CC B2 79

RGB Percentages of Color #ccb279

%40.56
%35.39
%24.06

CMYK Percentages of Color #ccb279

%0
%13
%41
%20

Triadic Colors of #ccb279

#ccb279 #79ccb2 #b279cc

Analogous Colors of #ccb279

#ccb279 #bdcc79 #cc8979

Monochromatic Colors of #ccb279

#ccb279

Complementary Color

#ccb279 #7993cc

#ccb279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb279 Color CSS Codes

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

#ccb279 Text Font Color

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

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


#ccb279 Background Color

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

This div background color is #ccb279


#ccb279 Border Color

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

This div border color is #ccb279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb279

#ccb279 Color Palettes


Comments

No comments written yet.

Please login to write comment.