Color Hex Logo

#c1c99d Color Hex

#C1C99D
(193,201,157)
0 Favorites   0 Comments

Color spaces of #c1c99d

RGB 193201157
HSL0.200.290.70
HSV71°22°79°
CMYK 0.040.000.22   0.21
XYZ48.964855.545140.0388
Yxy55.54510.33870.3843
Hunter Lab74.5286-13.151720.3178
CIE-Lab79.3542-10.187321.1179

#c1c99d color RGB value is (193,201,157).

#c1c99d hex color red value is 193, green value is 201 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #c1c99d hue: 0.20 , saturation: 0.29 and the lightness value of c1c99d is 0.70.

The process color (four color CMYK) of #c1c99d color hex is 0.04, 0.00, 0.22, 0.21. Web safe color of #c1c99d is #cccc99. Color #c1c99d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001001 10011101
Octal 301 311 235
Decimal 193 201 157
Hex C1 C9 9D

RGB Percentages of Color #c1c99d

%35.03
%36.48
%28.49

CMYK Percentages of Color #c1c99d

%4
%0
%22
%21

Triadic Colors of #c1c99d

#c1c99d #9dc1c9 #c99dc1

Analogous Colors of #c1c99d

#c1c99d #abc99d #c9bb9d

Monochromatic Colors of #c1c99d

#c1c99d

Complementary Color

#c1c99d #a59dc9

#c1c99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1c99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1c99d Color CSS Codes

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

#c1c99d Text Font Color

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

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


#c1c99d Background Color

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

This div background color is #c1c99d


#c1c99d Border Color

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

This div border color is #c1c99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1c99d


Comments

No comments written yet.

Please login to write comment.