Color Hex Logo

#ccc286 Color Hex

#CCC286
(204,194,134)
0 Favorites   0 Comments

Color spaces of #ccc286

RGB 204194134
HSL0.140.410.66
HSV51°34°80°
CMYK 0.000.050.34   0.20
XYZ48.496753.142230.2557
Yxy53.14220.36770.4029
Hunter Lab72.8987-8.823526.4215
CIE-Lab77.9589-5.454331.4875

#ccc286 color RGB value is (204,194,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 10000110
Octal 314 302 206
Decimal 204 194 134
Hex CC C2 86

RGB Percentages of Color #ccc286

%38.35
%36.47
%25.19

CMYK Percentages of Color #ccc286

%0
%5
%34
%20

Triadic Colors of #ccc286

#ccc286 #86ccc2 #c286cc

Analogous Colors of #ccc286

#ccc286 #b3cc86 #cc9f86

Monochromatic Colors of #ccc286

#ccc286

Complementary Color

#ccc286 #8690cc

#ccc286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc286 Color CSS Codes

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

#ccc286 Text Font Color

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

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


#ccc286 Background Color

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

This div background color is #ccc286


#ccc286 Border Color

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

This div border color is #ccc286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc286


Comments

No comments written yet.

Please login to write comment.