Color Hex Logo

#ccb360 Color Hex

#CCB360
(204,179,96)
0 Favorites   0 Comments

Color spaces of #ccb360

RGB 20417996
HSL0.130.510.59
HSV46°53°80°
CMYK 0.000.120.53   0.20
XYZ43.133345.922117.6568
Yxy45.92210.40420.4303
Hunter Lab67.7658-4.974131.9877
CIE-Lab73.4950-1.521045.2378

#ccb360 color RGB value is (204,179,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110011 01100000
Octal 314 263 140
Decimal 204 179 96
Hex CC B3 60

RGB Percentages of Color #ccb360

%42.59
%37.37
%20.04

CMYK Percentages of Color #ccb360

%0
%12
%53
%20

Triadic Colors of #ccb360

#ccb360 #60ccb3 #b360cc

Analogous Colors of #ccb360

#ccb360 #afcc60 #cc7d60

Monochromatic Colors of #ccb360

#ccb360

Complementary Color

#ccb360 #6079cc

#ccb360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb360 Color CSS Codes

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

#ccb360 Text Font Color

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

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


#ccb360 Background Color

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

This div background color is #ccb360


#ccb360 Border Color

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

This div border color is #ccb360


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,179,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 #ccb360">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb360


Comments

No comments written yet.

Please login to write comment.