Color Hex Logo

#ccc397 Color Hex

#CCC397
(204,195,151)
0 Favorites   0 Comments

Color spaces of #ccc397

RGB 204195151
HSL0.140.340.70
HSV50°26°80°
CMYK 0.000.040.26   0.20
XYZ50.002954.101937.0854
Yxy54.10190.35420.3832
Hunter Lab73.5540-7.373021.5942
CIE-Lab78.5211-3.783523.2949

#ccc397 color RGB value is (204,195,151).

#ccc397 hex color red value is 204, green value is 195 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ccc397 hue: 0.14 , saturation: 0.34 and the lightness value of ccc397 is 0.70.

The process color (four color CMYK) of #ccc397 color hex is 0.00, 0.04, 0.26, 0.20. Web safe color of #ccc397 is #cccc99. Color #ccc397 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 10010111
Octal 314 303 227
Decimal 204 195 151
Hex CC C3 97

RGB Percentages of Color #ccc397

%37.09
%35.45
%27.45

CMYK Percentages of Color #ccc397

%0
%4
%26
%20

Triadic Colors of #ccc397

#ccc397 #97ccc3 #c397cc

Analogous Colors of #ccc397

#ccc397 #bbcc97 #cca997

Monochromatic Colors of #ccc397

#ccc397

Complementary Color

#ccc397 #97a0cc

#ccc397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc397 Color CSS Codes

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

#ccc397 Text Font Color

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

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


#ccc397 Background Color

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

This div background color is #ccc397


#ccc397 Border Color

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

This div border color is #ccc397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc397


Comments

No comments written yet.

Please login to write comment.