Color Hex Logo

#ccb380 Color Hex

#CCB380
(204,179,128)
0 Favorites   0 Comments

Color spaces of #ccb380

RGB 204179128
HSL0.110.430.65
HSV40°37°80°
CMYK 0.000.120.37   0.20
XYZ44.918246.636127.0563
Yxy46.63610.37870.3932
Hunter Lab68.2906-2.100124.3131
CIE-Lab73.95641.718529.3594

#ccb380 color RGB value is (204,179,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110011 10000000
Octal 314 263 200
Decimal 204 179 128
Hex CC B3 80

RGB Percentages of Color #ccb380

%39.92
%35.03
%25.05

CMYK Percentages of Color #ccb380

%0
%12
%37
%20

Triadic Colors of #ccb380

#ccb380 #80ccb3 #b380cc

Analogous Colors of #ccb380

#ccb380 #bfcc80 #cc8d80

Monochromatic Colors of #ccb380

#ccb380

Complementary Color

#ccb380 #8099cc

#ccb380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb380 Color CSS Codes

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

#ccb380 Text Font Color

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

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


#ccb380 Background Color

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

This div background color is #ccb380


#ccb380 Border Color

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

This div border color is #ccb380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb380


Comments

No comments written yet.

Please login to write comment.