Color Hex Logo

#ccc489 Color Hex

#CCC489
(204,196,137)
0 Favorites   0 Comments

Color spaces of #ccc489

RGB 204196137
HSL0.150.400.67
HSV53°33°80°
CMYK 0.000.040.33   0.20
XYZ49.157154.123431.5229
Yxy54.12340.36470.4015
Hunter Lab73.5686-9.474926.0933
CIE-Lab78.5336-6.126230.6812

#ccc489 color RGB value is (204,196,137).

#ccc489 hex color red value is 204, green value is 196 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #ccc489 hue: 0.15 , saturation: 0.40 and the lightness value of ccc489 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 10001001
Octal 314 304 211
Decimal 204 196 137
Hex CC C4 89

RGB Percentages of Color #ccc489

%37.99
%36.50
%25.51

CMYK Percentages of Color #ccc489

%0
%4
%33
%20

Triadic Colors of #ccc489

#ccc489 #89ccc4 #c489cc

Analogous Colors of #ccc489

#ccc489 #b3cc89 #cca389

Monochromatic Colors of #ccc489

#ccc489

Complementary Color

#ccc489 #8991cc

#ccc489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc489 Color CSS Codes

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

#ccc489 Text Font Color

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

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


#ccc489 Background Color

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

This div background color is #ccc489


#ccc489 Border Color

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

This div border color is #ccc489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc489


Comments

No comments written yet.

Please login to write comment.