Color Hex Logo

#ccc799 Color Hex

#CCC799
(204,199,153)
0 Favorites   0 Comments

Color spaces of #ccc799

RGB 204199153
HSL0.150.330.70
HSV54°25°80°
CMYK 0.000.020.25   0.20
XYZ51.075055.984138.2511
Yxy55.98410.35150.3853
Hunter Lab74.8225-9.092622.0653
CIE-Lab79.6048-5.590023.7149

#ccc799 color RGB value is (204,199,153).

#ccc799 hex color red value is 204, green value is 199 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ccc799 hue: 0.15 , saturation: 0.33 and the lightness value of ccc799 is 0.70.

The process color (four color CMYK) of #ccc799 color hex is 0.00, 0.02, 0.25, 0.20. Web safe color of #ccc799 is #cccc99. Color #ccc799 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 10011001
Octal 314 307 231
Decimal 204 199 153
Hex CC C7 99

RGB Percentages of Color #ccc799

%36.69
%35.79
%27.52

CMYK Percentages of Color #ccc799

%0
%2
%25
%20

Triadic Colors of #ccc799

#ccc799 #99ccc7 #c799cc

Analogous Colors of #ccc799

#ccc799 #b8cc99 #ccae99

Monochromatic Colors of #ccc799

#ccc799

Complementary Color

#ccc799 #999ecc

#ccc799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc799 Color CSS Codes

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

#ccc799 Text Font Color

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

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


#ccc799 Background Color

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

This div background color is #ccc799


#ccc799 Border Color

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

This div border color is #ccc799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc799


Comments

No comments written yet.

Please login to write comment.