Color Hex Logo

#c0d75e Color Hex

#C0D75E
(192,215,94)
0 Favorites   0 Comments

Color spaces of #c0d75e

RGB 19221594
HSL0.200.600.61
HSV71°56°84°
CMYK 0.110.000.56   0.16
XYZ48.059060.615519.7567
Yxy60.61550.37420.4720
Hunter Lab77.8560-26.063339.4538
CIE-Lab82.1716-24.818256.0349

#c0d75e color RGB value is (192,215,94).

#c0d75e hex color red value is 192, green value is 215 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c0d75e hue: 0.20 , saturation: 0.60 and the lightness value of c0d75e is 0.61.

The process color (four color CMYK) of #c0d75e color hex is 0.11, 0.00, 0.56, 0.16. Web safe color of #c0d75e is #cccc66. Color #c0d75e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11010111 01011110
Octal 300 327 136
Decimal 192 215 94
Hex C0 D7 5E

RGB Percentages of Color #c0d75e

%38.32
%42.91
%18.76

CMYK Percentages of Color #c0d75e

%11
%0
%56
%16

Triadic Colors of #c0d75e

#c0d75e #5ec0d7 #d75ec0

Analogous Colors of #c0d75e

#c0d75e #84d75e #d7b25e

Monochromatic Colors of #c0d75e

#c0d75e

Complementary Color

#c0d75e #755ed7

#c0d75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0d75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0d75e Color CSS Codes

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

#c0d75e Text Font Color

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

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


#c0d75e Background Color

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

This div background color is #c0d75e


#c0d75e Border Color

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

This div border color is #c0d75e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,215,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0d75e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0d75e;
  -webkit-box-shadow: 1px 1px 3px 2px #c0d75e;
  box-shadow:         1px 1px 3px 2px #c0d75e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,215,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0d75e


Comments

No comments written yet.

Please login to write comment.