Color Hex Logo

#c0d73a Color Hex

#C0D73A
(192,215,58)
0 Favorites   0 Comments

Color spaces of #c0d73a

RGB 19221558
HSL0.190.660.54
HSV69°73°84°
CMYK 0.110.000.73   0.16
XYZ46.802460.112813.1392
Yxy60.11280.38980.5007
Hunter Lab77.5324-27.930444.2250
CIE-Lab81.8995-27.147669.9597

#c0d73a color RGB value is (192,215,58).

#c0d73a hex color red value is 192, green value is 215 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c0d73a hue: 0.19 , saturation: 0.66 and the lightness value of c0d73a is 0.54.

The process color (four color CMYK) of #c0d73a color hex is 0.11, 0.00, 0.73, 0.16. Web safe color of #c0d73a is #cccc33. Color #c0d73a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11010111 00111010
Octal 300 327 72
Decimal 192 215 58
Hex C0 D7 3A

RGB Percentages of Color #c0d73a

%41.29
%46.24
%12.47

CMYK Percentages of Color #c0d73a

%11
%0
%73
%16

Triadic Colors of #c0d73a

#c0d73a #3ac0d7 #d73ac0

Analogous Colors of #c0d73a

#c0d73a #72d73a #d7a03a

Monochromatic Colors of #c0d73a

#c0d73a

Complementary Color

#c0d73a #513ad7

#c0d73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0d73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0d73a Color CSS Codes

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

#c0d73a Text Font Color

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

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


#c0d73a Background Color

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

This div background color is #c0d73a


#c0d73a Border Color

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

This div border color is #c0d73a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0d73a


Comments

No comments written yet.

Please login to write comment.