Color Hex Logo

#ccb480 Color Hex

#CCB480
(204,180,128)
0 Favorites   0 Comments

Color spaces of #ccb480

RGB 204180128
HSL0.110.430.65
HSV41°37°80°
CMYK 0.000.120.37   0.20
XYZ45.119447.038427.1233
Yxy47.03840.37830.3943
Hunter Lab68.5845-2.594024.5616
CIE-Lab74.21431.187429.7004

#ccb480 color RGB value is (204,180,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 10000000
Octal 314 264 200
Decimal 204 180 128
Hex CC B4 80

RGB Percentages of Color #ccb480

%39.84
%35.16
%25.00

CMYK Percentages of Color #ccb480

%0
%12
%37
%20

Triadic Colors of #ccb480

#ccb480 #80ccb4 #b480cc

Analogous Colors of #ccb480

#ccb480 #becc80 #cc8e80

Monochromatic Colors of #ccb480

#ccb480

Complementary Color

#ccb480 #8098cc

#ccb480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb480 Color CSS Codes

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

#ccb480 Text Font Color

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

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


#ccb480 Background Color

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

This div background color is #ccb480


#ccb480 Border Color

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

This div border color is #ccb480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb480


Comments

No comments written yet.

Please login to write comment.