Color Hex Logo

#c2c684 Color Hex

#C2C684
(194,198,132)
0 Favorites   0 Comments

Color spaces of #c2c684

RGB 194198132
HSL0.180.370.65
HSV64°33°78°
CMYK 0.020.000.33   0.22
XYZ46.607153.523429.7044
Yxy53.52340.35900.4122
Hunter Lab73.1597-14.314327.1388
CIE-Lab78.1830-11.678432.6715

#c2c684 color RGB value is (194,198,132).

#c2c684 hex color red value is 194, green value is 198 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c2c684 hue: 0.18 , saturation: 0.37 and the lightness value of c2c684 is 0.65.

The process color (four color CMYK) of #c2c684 color hex is 0.02, 0.00, 0.33, 0.22. Web safe color of #c2c684 is #cccc99. Color #c2c684 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11000110 10000100
Octal 302 306 204
Decimal 194 198 132
Hex C2 C6 84

RGB Percentages of Color #c2c684

%37.02
%37.79
%25.19

CMYK Percentages of Color #c2c684

%2
%0
%33
%22

Triadic Colors of #c2c684

#c2c684 #84c2c6 #c684c2

Analogous Colors of #c2c684

#c2c684 #a1c684 #c6a984

Monochromatic Colors of #c2c684

#c2c684

Complementary Color

#c2c684 #8884c6

#c2c684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2c684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2c684 Color CSS Codes

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

#c2c684 Text Font Color

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

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


#c2c684 Background Color

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

This div background color is #c2c684


#c2c684 Border Color

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

This div border color is #c2c684


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,198,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2c684


Comments

No comments written yet.

Please login to write comment.