Color Hex Logo

#ccc297 Color Hex

#CCC297
(204,194,151)
0 Favorites   0 Comments

Color spaces of #ccc297

RGB 204194151
HSL0.140.340.70
HSV49°26°80°
CMYK 0.000.050.26   0.20
XYZ49.779553.655337.0110
Yxy53.65530.35440.3820
Hunter Lab73.2498-6.881121.3173
CIE-Lab78.2603-3.261322.9387

#ccc297 color RGB value is (204,194,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 10010111
Octal 314 302 227
Decimal 204 194 151
Hex CC C2 97

RGB Percentages of Color #ccc297

%37.16
%35.34
%27.50

CMYK Percentages of Color #ccc297

%0
%5
%26
%20

Triadic Colors of #ccc297

#ccc297 #97ccc2 #c297cc

Analogous Colors of #ccc297

#ccc297 #bccc97 #cca897

Monochromatic Colors of #ccc297

#ccc297

Complementary Color

#ccc297 #97a1cc

#ccc297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc297 Color CSS Codes

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

#ccc297 Text Font Color

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

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


#ccc297 Background Color

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

This div background color is #ccc297


#ccc297 Border Color

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

This div border color is #ccc297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc297


Comments

No comments written yet.

Please login to write comment.