Color Hex Logo

#ccc680 Color Hex

#CCC680
(204,198,128)
0 Favorites   0 Comments

Color spaces of #ccc680

RGB 204198128
HSL0.150.430.65
HSV55°37°80°
CMYK 0.000.030.37   0.20
XYZ48.992254.784028.4143
Yxy54.78400.37060.4144
Hunter Lab74.0162-11.377129.0503
CIE-Lab78.9167-8.226635.8422

#ccc680 color RGB value is (204,198,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 10000000
Octal 314 306 200
Decimal 204 198 128
Hex CC C6 80

RGB Percentages of Color #ccc680

%38.49
%37.36
%24.15

CMYK Percentages of Color #ccc680

%0
%3
%37
%20

Triadic Colors of #ccc680

#ccc680 #80ccc6 #c680cc

Analogous Colors of #ccc680

#ccc680 #accc80 #cca080

Monochromatic Colors of #ccc680

#ccc680

Complementary Color

#ccc680 #8086cc

#ccc680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc680 Color CSS Codes

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

#ccc680 Text Font Color

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

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


#ccc680 Background Color

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

This div background color is #ccc680


#ccc680 Border Color

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

This div border color is #ccc680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc680


Comments

No comments written yet.

Please login to write comment.