Color Hex Logo

#ccc290 Color Hex

#CCC290
(204,194,144)
0 Favorites   0 Comments

Color spaces of #ccc290

RGB 204194144
HSL0.140.370.68
HSV50°29°80°
CMYK 0.000.050.29   0.20
XYZ49.227753.434634.1049
Yxy53.43460.35990.3907
Hunter Lab73.0990-7.714323.5071
CIE-Lab78.1309-4.198226.4689

#ccc290 color RGB value is (204,194,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 10010000
Octal 314 302 220
Decimal 204 194 144
Hex CC C2 90

RGB Percentages of Color #ccc290

%37.64
%35.79
%26.57

CMYK Percentages of Color #ccc290

%0
%5
%29
%20

Triadic Colors of #ccc290

#ccc290 #90ccc2 #c290cc

Analogous Colors of #ccc290

#ccc290 #b8cc90 #cca490

Monochromatic Colors of #ccc290

#ccc290

Complementary Color

#ccc290 #909acc

#ccc290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc290 Color CSS Codes

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

#ccc290 Text Font Color

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

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


#ccc290 Background Color

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

This div background color is #ccc290


#ccc290 Border Color

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

This div border color is #ccc290


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,194,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 #ccc290">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc290


Comments

No comments written yet.

Please login to write comment.