Color Hex Logo

#ccba84 Color Hex

#CCBA84
(204,186,132)
0 Favorites   0 Comments

Color spaces of #ccba84

RGB 204186132
HSL0.130.410.66
HSV45°35°80°
CMYK 0.000.090.35   0.20
XYZ46.625649.621128.9502
Yxy49.62110.37240.3963
Hunter Lab70.4422-5.125124.9427
CIE-Lab75.8361-1.510329.7323

#ccba84 color RGB value is (204,186,132).

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

The process color (four color CMYK) of #ccba84 color hex is 0.00, 0.09, 0.35, 0.20. Web safe color of #ccba84 is #cccc99. Color #ccba84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 10000100
Octal 314 272 204
Decimal 204 186 132
Hex CC BA 84

RGB Percentages of Color #ccba84

%39.08
%35.63
%25.29

CMYK Percentages of Color #ccba84

%0
%9
%35
%20

Triadic Colors of #ccba84

#ccba84 #84ccba #ba84cc

Analogous Colors of #ccba84

#ccba84 #bacc84 #cc9684

Monochromatic Colors of #ccba84

#ccba84

Complementary Color

#ccba84 #8496cc

#ccba84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba84 Color CSS Codes

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

#ccba84 Text Font Color

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

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


#ccba84 Background Color

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

This div background color is #ccba84


#ccba84 Border Color

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

This div border color is #ccba84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba84


Comments

No comments written yet.

Please login to write comment.