Color Hex Logo

#ccc775 Color Hex

#CCC775
(204,199,117)
0 Favorites   0 Comments

Color spaces of #ccc775

RGB 204199117
HSL0.160.460.63
HSV57°43°80°
CMYK 0.000.020.43   0.20
XYZ48.536154.968624.8815
Yxy54.96860.37800.4282
Hunter Lab74.1408-12.891832.0010
CIE-Lab79.0232-9.933641.5587

#ccc775 color RGB value is (204,199,117).

#ccc775 hex color red value is 204, green value is 199 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ccc775 hue: 0.16 , saturation: 0.46 and the lightness value of ccc775 is 0.63.

The process color (four color CMYK) of #ccc775 color hex is 0.00, 0.02, 0.43, 0.20. Web safe color of #ccc775 is #cccc66. Color #ccc775 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 01110101
Octal 314 307 165
Decimal 204 199 117
Hex CC C7 75

RGB Percentages of Color #ccc775

%39.23
%38.27
%22.50

CMYK Percentages of Color #ccc775

%0
%2
%43
%20

Triadic Colors of #ccc775

#ccc775 #75ccc7 #c775cc

Analogous Colors of #ccc775

#ccc775 #a6cc75 #cc9c75

Monochromatic Colors of #ccc775

#ccc775

Complementary Color

#ccc775 #757acc

#ccc775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc775 Color CSS Codes

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

#ccc775 Text Font Color

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

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


#ccc775 Background Color

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

This div background color is #ccc775


#ccc775 Border Color

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

This div border color is #ccc775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc775


Comments

No comments written yet.

Please login to write comment.