Color Hex Logo

#ccc594 Color Hex

#CCC594
(204,197,148)
0 Favorites   0 Comments

Color spaces of #ccc594

RGB 204197148
HSL0.150.350.69
HSV53°27°80°
CMYK 0.000.030.27   0.20
XYZ50.213454.908035.9687
Yxy54.90800.35590.3892
Hunter Lab74.0999-8.715423.0901
CIE-Lab78.9882-5.231425.5166

#ccc594 color RGB value is (204,197,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 10010100
Octal 314 305 224
Decimal 204 197 148
Hex CC C5 94

RGB Percentages of Color #ccc594

%37.16
%35.88
%26.96

CMYK Percentages of Color #ccc594

%0
%3
%27
%20

Triadic Colors of #ccc594

#ccc594 #94ccc5 #c594cc

Analogous Colors of #ccc594

#ccc594 #b7cc94 #cca994

Monochromatic Colors of #ccc594

#ccc594

Complementary Color

#ccc594 #949bcc

#ccc594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc594 Color CSS Codes

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

#ccc594 Text Font Color

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

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


#ccc594 Background Color

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

This div background color is #ccc594


#ccc594 Border Color

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

This div border color is #ccc594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc594


Comments

No comments written yet.

Please login to write comment.