Color Hex Logo

#ccba6c Color Hex

#CCBA6C
(204,186,108)
0 Favorites   0 Comments

Color spaces of #ccba6c

RGB 204186108
HSL0.140.480.61
HSV49°47°80°
CMYK 0.000.090.47   0.20
XYZ45.167549.037921.2720
Yxy49.03790.39110.4247
Hunter Lab70.0271-7.414831.0085
CIE-Lab75.4749-4.107641.6651

#ccba6c color RGB value is (204,186,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 01101100
Octal 314 272 154
Decimal 204 186 108
Hex CC BA 6C

RGB Percentages of Color #ccba6c

%40.96
%37.35
%21.69

CMYK Percentages of Color #ccba6c

%0
%9
%47
%20

Triadic Colors of #ccba6c

#ccba6c #6cccba #ba6ccc

Analogous Colors of #ccba6c

#ccba6c #aecc6c #cc8a6c

Monochromatic Colors of #ccba6c

#ccba6c

Complementary Color

#ccba6c #6c7ecc

#ccba6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba6c Color CSS Codes

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

#ccba6c Text Font Color

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

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


#ccba6c Background Color

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

This div background color is #ccba6c


#ccba6c Border Color

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

This div border color is #ccba6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba6c


Comments

No comments written yet.

Please login to write comment.