Color Hex Logo

#c1cd6e Color Hex

#C1CD6E
(193,205,110)
0 Favorites   0 Comments

Color spaces of #c1cd6e

RGB 193205110
HSL0.190.490.62
HSV68°46°80°
CMYK 0.060.000.46   0.20
XYZ46.638156.125923.1271
Yxy56.12590.37050.4458
Hunter Lab74.9172-19.983834.1391
CIE-Lab79.6854-18.066945.6447

#c1cd6e color RGB value is (193,205,110).

#c1cd6e hex color red value is 193, green value is 205 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c1cd6e hue: 0.19 , saturation: 0.49 and the lightness value of c1cd6e is 0.62.

The process color (four color CMYK) of #c1cd6e color hex is 0.06, 0.00, 0.46, 0.20. Web safe color of #c1cd6e is #cccc66. Color #c1cd6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001101 01101110
Octal 301 315 156
Decimal 193 205 110
Hex C1 CD 6E

RGB Percentages of Color #c1cd6e

%37.99
%40.35
%21.65

CMYK Percentages of Color #c1cd6e

%6
%0
%46
%20

Triadic Colors of #c1cd6e

#c1cd6e #6ec1cd #cd6ec1

Analogous Colors of #c1cd6e

#c1cd6e #92cd6e #cdaa6e

Monochromatic Colors of #c1cd6e

#c1cd6e

Complementary Color

#c1cd6e #7a6ecd

#c1cd6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cd6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cd6e Color CSS Codes

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

#c1cd6e Text Font Color

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

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


#c1cd6e Background Color

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

This div background color is #c1cd6e


#c1cd6e Border Color

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

This div border color is #c1cd6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cd6e


Comments

No comments written yet.

Please login to write comment.