Color Hex Logo

#c1cd6a Color Hex

#C1CD6A
(193,205,106)
0 Favorites   0 Comments

Color spaces of #c1cd6a

RGB 193205106
HSL0.190.500.61
HSV67°48°80°
CMYK 0.060.000.48   0.20
XYZ46.425256.040722.0057
Yxy56.04070.37300.4502
Hunter Lab74.8603-20.307534.9735
CIE-Lab79.6370-18.459147.5219

#c1cd6a color RGB value is (193,205,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001101 01101010
Octal 301 315 152
Decimal 193 205 106
Hex C1 CD 6A

RGB Percentages of Color #c1cd6a

%38.29
%40.67
%21.03

CMYK Percentages of Color #c1cd6a

%6
%0
%48
%20

Triadic Colors of #c1cd6a

#c1cd6a #6ac1cd #cd6ac1

Analogous Colors of #c1cd6a

#c1cd6a #90cd6a #cda86a

Monochromatic Colors of #c1cd6a

#c1cd6a

Complementary Color

#c1cd6a #766acd

#c1cd6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cd6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cd6a Color CSS Codes

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

#c1cd6a Text Font Color

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

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


#c1cd6a Background Color

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

This div background color is #c1cd6a


#c1cd6a Border Color

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

This div border color is #c1cd6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cd6a


Comments

No comments written yet.

Please login to write comment.