Color Hex Logo

#ccc390 Color Hex

#CCC390
(204,195,144)
0 Favorites   0 Comments

Color spaces of #ccc390

RGB 204195144
HSL0.140.370.68
HSV51°29°80°
CMYK 0.000.040.29   0.20
XYZ49.451053.881234.1793
Yxy53.88120.35960.3918
Hunter Lab73.4038-8.204023.7752
CIE-Lab78.3924-4.719326.8211

#ccc390 color RGB value is (204,195,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 10010000
Octal 314 303 220
Decimal 204 195 144
Hex CC C3 90

RGB Percentages of Color #ccc390

%37.57
%35.91
%26.52

CMYK Percentages of Color #ccc390

%0
%4
%29
%20

Triadic Colors of #ccc390

#ccc390 #90ccc3 #c390cc

Analogous Colors of #ccc390

#ccc390 #b7cc90 #cca590

Monochromatic Colors of #ccc390

#ccc390

Complementary Color

#ccc390 #9099cc

#ccc390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc390 Color CSS Codes

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

#ccc390 Text Font Color

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

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


#ccc390 Background Color

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

This div background color is #ccc390


#ccc390 Border Color

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

This div border color is #ccc390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc390


Comments

No comments written yet.

Please login to write comment.