Color Hex Logo

#ccc491 Color Hex

#CCC491
(204,196,145)
0 Favorites   0 Comments

Color spaces of #ccc491

RGB 204196145
HSL0.140.370.68
HSV52°29°80°
CMYK 0.000.040.29   0.20
XYZ49.752654.361634.6587
Yxy54.36160.35850.3917
Hunter Lab73.7303-8.577823.7405
CIE-Lab78.6721-5.109026.6708

#ccc491 color RGB value is (204,196,145).

#ccc491 hex color red value is 204, green value is 196 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #ccc491 hue: 0.14 , saturation: 0.37 and the lightness value of ccc491 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 10010001
Octal 314 304 221
Decimal 204 196 145
Hex CC C4 91

RGB Percentages of Color #ccc491

%37.43
%35.96
%26.61

CMYK Percentages of Color #ccc491

%0
%4
%29
%20

Triadic Colors of #ccc491

#ccc491 #91ccc4 #c491cc

Analogous Colors of #ccc491

#ccc491 #b7cc91 #cca791

Monochromatic Colors of #ccc491

#ccc491

Complementary Color

#ccc491 #9199cc

#ccc491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc491 Color CSS Codes

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

#ccc491 Text Font Color

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

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


#ccc491 Background Color

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

This div background color is #ccc491


#ccc491 Border Color

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

This div border color is #ccc491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc491


Comments

No comments written yet.

Please login to write comment.