Color Hex Logo

#ccc690 Color Hex

#CCC690
(204,198,144)
0 Favorites   0 Comments

Color spaces of #ccc690

RGB 204198144
HSL0.150.370.68
HSV54°29°80°
CMYK 0.000.030.29   0.20
XYZ50.130055.239234.4056
Yxy55.23920.35860.3952
Hunter Lab74.3231-9.669324.5797
CIE-Lab79.1788-6.276927.8777

#ccc690 color RGB value is (204,198,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 10010000
Octal 314 306 220
Decimal 204 198 144
Hex CC C6 90

RGB Percentages of Color #ccc690

%37.36
%36.26
%26.37

CMYK Percentages of Color #ccc690

%0
%3
%29
%20

Triadic Colors of #ccc690

#ccc690 #90ccc6 #c690cc

Analogous Colors of #ccc690

#ccc690 #b4cc90 #cca890

Monochromatic Colors of #ccc690

#ccc690

Complementary Color

#ccc690 #9096cc

#ccc690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc690 Color CSS Codes

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

#ccc690 Text Font Color

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

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


#ccc690 Background Color

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

This div background color is #ccc690


#ccc690 Border Color

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

This div border color is #ccc690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc690


Comments

No comments written yet.

Please login to write comment.