Color Hex Logo

#ccba76 Color Hex

#CCBA76
(204,186,118)
0 Favorites   0 Comments

Color spaces of #ccba76

RGB 204186118
HSL0.130.460.63
HSV47°42°80°
CMYK 0.000.090.42   0.20
XYZ45.730849.263224.2380
Yxy49.26320.38350.4132
Hunter Lab70.1877-6.527028.6568
CIE-Lab75.6148-3.095236.7455

#ccba76 color RGB value is (204,186,118).

#ccba76 hex color red value is 204, green value is 186 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ccba76 hue: 0.13 , saturation: 0.46 and the lightness value of ccba76 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 01110110
Octal 314 272 166
Decimal 204 186 118
Hex CC BA 76

RGB Percentages of Color #ccba76

%40.16
%36.61
%23.23

CMYK Percentages of Color #ccba76

%0
%9
%42
%20

Triadic Colors of #ccba76

#ccba76 #76ccba #ba76cc

Analogous Colors of #ccba76

#ccba76 #b3cc76 #cc8f76

Monochromatic Colors of #ccba76

#ccba76

Complementary Color

#ccba76 #7688cc

#ccba76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba76 Color CSS Codes

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

#ccba76 Text Font Color

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

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


#ccba76 Background Color

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

This div background color is #ccba76


#ccba76 Border Color

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

This div border color is #ccba76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba76


Comments

No comments written yet.

Please login to write comment.