Color Hex Logo

#ccca90 Color Hex

#CCCA90
(204,202,144)
0 Favorites   0 Comments

Color spaces of #ccca90

RGB 204202144
HSL0.160.370.68
HSV58°29°80°
CMYK 0.000.010.29   0.20
XYZ51.056457.092034.7145
Yxy57.09200.35740.3996
Hunter Lab75.5592-11.613825.6516
CIE-Lab80.2313-8.340029.2858

#ccca90 color RGB value is (204,202,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 10010000
Octal 314 312 220
Decimal 204 202 144
Hex CC CA 90

RGB Percentages of Color #ccca90

%37.09
%36.73
%26.18

CMYK Percentages of Color #ccca90

%0
%1
%29
%20

Triadic Colors of #ccca90

#ccca90 #90ccca #ca90cc

Analogous Colors of #ccca90

#ccca90 #b0cc90 #ccac90

Monochromatic Colors of #ccca90

#ccca90

Complementary Color

#ccca90 #9092cc

#ccca90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca90 Color CSS Codes

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

#ccca90 Text Font Color

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

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


#ccca90 Background Color

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

This div background color is #ccca90


#ccca90 Border Color

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

This div border color is #ccca90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca90


Comments

No comments written yet.

Please login to write comment.