Color Hex Logo

#ccba66 Color Hex

#CCBA66
(204,186,102)
0 Favorites   0 Comments

Color spaces of #ccba66

RGB 204186102
HSL0.140.500.60
HSV49°50°80°
CMYK 0.000.090.50   0.20
XYZ44.859048.914519.6475
Yxy48.91450.39550.4313
Hunter Lab69.9389-7.902732.3013
CIE-Lab75.3981-4.666944.5654

#ccba66 color RGB value is (204,186,102).

#ccba66 hex color red value is 204, green value is 186 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ccba66 hue: 0.14 , saturation: 0.50 and the lightness value of ccba66 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 01100110
Octal 314 272 146
Decimal 204 186 102
Hex CC BA 66

RGB Percentages of Color #ccba66

%41.46
%37.80
%20.73

CMYK Percentages of Color #ccba66

%0
%9
%50
%20

Triadic Colors of #ccba66

#ccba66 #66ccba #ba66cc

Analogous Colors of #ccba66

#ccba66 #abcc66 #cc8766

Monochromatic Colors of #ccba66

#ccba66

Complementary Color

#ccba66 #6678cc

#ccba66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba66 Color CSS Codes

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

#ccba66 Text Font Color

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

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


#ccba66 Background Color

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

This div background color is #ccba66


#ccba66 Border Color

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

This div border color is #ccba66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba66


Comments

No comments written yet.

Please login to write comment.