Color Hex Logo

#ccc590 Color Hex

#CCC590
(204,197,144)
0 Favorites   0 Comments

Color spaces of #ccc590

RGB 204197144
HSL0.150.370.68
HSV53°29°80°
CMYK 0.000.030.29   0.20
XYZ49.902154.783534.3297
Yxy54.78350.35900.3941
Hunter Lab74.0159-9.181624.3115
CIE-Lab78.9164-5.758727.5254

#ccc590 color RGB value is (204,197,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 10010000
Octal 314 305 220
Decimal 204 197 144
Hex CC C5 90

RGB Percentages of Color #ccc590

%37.43
%36.15
%26.42

CMYK Percentages of Color #ccc590

%0
%3
%29
%20

Triadic Colors of #ccc590

#ccc590 #90ccc5 #c590cc

Analogous Colors of #ccc590

#ccc590 #b5cc90 #cca790

Monochromatic Colors of #ccc590

#ccc590

Complementary Color

#ccc590 #9097cc

#ccc590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc590 Color CSS Codes

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

#ccc590 Text Font Color

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

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


#ccc590 Background Color

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

This div background color is #ccc590


#ccc590 Border Color

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

This div border color is #ccc590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc590


Comments

No comments written yet.

Please login to write comment.