Color Hex Logo

#ccba60 Color Hex

#CCBA60
(204,186,96)
0 Favorites   0 Comments

Color spaces of #ccba60

RGB 20418696
HSL0.140.510.59
HSV50°53°80°
CMYK 0.000.090.53   0.20
XYZ44.572148.799718.1364
Yxy48.79970.39970.4376
Hunter Lab69.8568-8.357533.5067
CIE-Lab75.3265-5.190247.4171

#ccba60 color RGB value is (204,186,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 01100000
Octal 314 272 140
Decimal 204 186 96
Hex CC BA 60

RGB Percentages of Color #ccba60

%41.98
%38.27
%19.75

CMYK Percentages of Color #ccba60

%0
%9
%53
%20

Triadic Colors of #ccba60

#ccba60 #60ccba #ba60cc

Analogous Colors of #ccba60

#ccba60 #a8cc60 #cc8460

Monochromatic Colors of #ccba60

#ccba60

Complementary Color

#ccba60 #6072cc

#ccba60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba60 Color CSS Codes

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

#ccba60 Text Font Color

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

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


#ccba60 Background Color

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

This div background color is #ccba60


#ccba60 Border Color

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

This div border color is #ccba60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba60


Comments

No comments written yet.

Please login to write comment.