Color Hex Logo

#c1cd4f Color Hex

#C1CD4F
(193,205,79)
0 Favorites   0 Comments

Color spaces of #c1cd4f

RGB 19320579
HSL0.180.560.56
HSV66°61°80°
CMYK 0.060.000.61   0.20
XYZ45.234955.564615.7380
Yxy55.56460.38820.4768
Hunter Lab74.5417-22.126939.6613
CIE-Lab79.3654-20.682959.4624

#c1cd4f color RGB value is (193,205,79).

#c1cd4f hex color red value is 193, green value is 205 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #c1cd4f hue: 0.18 , saturation: 0.56 and the lightness value of c1cd4f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001101 01001111
Octal 301 315 117
Decimal 193 205 79
Hex C1 CD 4F

RGB Percentages of Color #c1cd4f

%40.46
%42.98
%16.56

CMYK Percentages of Color #c1cd4f

%6
%0
%61
%20

Triadic Colors of #c1cd4f

#c1cd4f #4fc1cd #cd4fc1

Analogous Colors of #c1cd4f

#c1cd4f #82cd4f #cd9a4f

Monochromatic Colors of #c1cd4f

#c1cd4f

Complementary Color

#c1cd4f #5b4fcd

#c1cd4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cd4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cd4f Color CSS Codes

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

#c1cd4f Text Font Color

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

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


#c1cd4f Background Color

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

This div background color is #c1cd4f


#c1cd4f Border Color

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

This div border color is #c1cd4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cd4f


Comments

No comments written yet.

Please login to write comment.