Color Hex Logo

#ccb980 Color Hex

#CCB980
(204,185,128)
0 Favorites   0 Comments

Color spaces of #ccb980

RGB 204185128
HSL0.130.430.65
HSV45°37°80°
CMYK 0.000.090.37   0.20
XYZ46.147149.093827.4659
Yxy49.09380.37610.4001
Hunter Lab70.0670-5.054625.8055
CIE-Lab75.5096-1.456731.4060

#ccb980 color RGB value is (204,185,128).

#ccb980 hex color red value is 204, green value is 185 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ccb980 hue: 0.13 , saturation: 0.43 and the lightness value of ccb980 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 10000000
Octal 314 271 200
Decimal 204 185 128
Hex CC B9 80

RGB Percentages of Color #ccb980

%39.46
%35.78
%24.76

CMYK Percentages of Color #ccb980

%0
%9
%37
%20

Triadic Colors of #ccb980

#ccb980 #80ccb9 #b980cc

Analogous Colors of #ccb980

#ccb980 #b9cc80 #cc9380

Monochromatic Colors of #ccb980

#ccb980

Complementary Color

#ccb980 #8093cc

#ccb980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb980 Color CSS Codes

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

#ccb980 Text Font Color

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

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


#ccb980 Background Color

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

This div background color is #ccb980


#ccb980 Border Color

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

This div border color is #ccb980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb980


Comments

No comments written yet.

Please login to write comment.