Color Hex Logo

#ccc186 Color Hex

#CCC186
(204,193,134)
0 Favorites   0 Comments

Color spaces of #ccc186

RGB 204193134
HSL0.140.410.66
HSV51°34°80°
CMYK 0.000.050.34   0.20
XYZ48.274952.698530.1817
Yxy52.69850.36810.4018
Hunter Lab72.5937-8.336426.1651
CIE-Lab77.6967-4.934031.1419

#ccc186 color RGB value is (204,193,134).

#ccc186 hex color red value is 204, green value is 193 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ccc186 hue: 0.14 , saturation: 0.41 and the lightness value of ccc186 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 10000110
Octal 314 301 206
Decimal 204 193 134
Hex CC C1 86

RGB Percentages of Color #ccc186

%38.42
%36.35
%25.24

CMYK Percentages of Color #ccc186

%0
%5
%34
%20

Triadic Colors of #ccc186

#ccc186 #86ccc1 #c186cc

Analogous Colors of #ccc186

#ccc186 #b4cc86 #cc9e86

Monochromatic Colors of #ccc186

#ccc186

Complementary Color

#ccc186 #8691cc

#ccc186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc186 Color CSS Codes

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

#ccc186 Text Font Color

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

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


#ccc186 Background Color

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

This div background color is #ccc186


#ccc186 Border Color

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

This div border color is #ccc186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc186


Comments

No comments written yet.

Please login to write comment.