Color Hex Logo

#ccc288 Color Hex

#CCC288
(204,194,136)
0 Favorites   0 Comments

Color spaces of #ccc288

RGB 204194136
HSL0.140.400.67
HSV51°33°80°
CMYK 0.000.050.33   0.20
XYZ48.637653.198530.9974
Yxy53.19850.36620.4005
Hunter Lab72.9373-8.609125.8586
CIE-Lab77.9920-5.210730.4868

#ccc288 color RGB value is (204,194,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 10001000
Octal 314 302 210
Decimal 204 194 136
Hex CC C2 88

RGB Percentages of Color #ccc288

%38.20
%36.33
%25.47

CMYK Percentages of Color #ccc288

%0
%5
%33
%20

Triadic Colors of #ccc288

#ccc288 #88ccc2 #c288cc

Analogous Colors of #ccc288

#ccc288 #b4cc88 #cca088

Monochromatic Colors of #ccc288

#ccc288

Complementary Color

#ccc288 #8892cc

#ccc288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc288 Color CSS Codes

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

#ccc288 Text Font Color

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

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


#ccc288 Background Color

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

This div background color is #ccc288


#ccc288 Border Color

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

This div border color is #ccc288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc288


Comments

No comments written yet.

Please login to write comment.