Color Hex Logo

#c0e049 Color Hex

#C0E049
(192,224,73)
0 Favorites   0 Comments

Color spaces of #c0e049

RGB 19222473
HSL0.200.710.58
HSV73°67°88°
CMYK 0.140.000.67   0.12
XYZ49.596564.998816.2353
Yxy64.99880.37910.4968
Hunter Lab80.6218-31.279644.4957
CIE-Lab84.4831-30.578367.1920

#c0e049 color RGB value is (192,224,73).

#c0e049 hex color red value is 192, green value is 224 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #c0e049 hue: 0.20 , saturation: 0.71 and the lightness value of c0e049 is 0.58.

The process color (four color CMYK) of #c0e049 color hex is 0.14, 0.00, 0.67, 0.12. Web safe color of #c0e049 is #cccc33. Color #c0e049 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11100000 01001001
Octal 300 340 111
Decimal 192 224 73
Hex C0 E0 49

RGB Percentages of Color #c0e049

%39.26
%45.81
%14.93

CMYK Percentages of Color #c0e049

%14
%0
%67
%12

Triadic Colors of #c0e049

#c0e049 #49c0e0 #e049c0

Analogous Colors of #c0e049

#c0e049 #75e049 #e0b549

Monochromatic Colors of #c0e049

#c0e049

Complementary Color

#c0e049 #6949e0

#c0e049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0e049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0e049 Color CSS Codes

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

#c0e049 Text Font Color

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

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


#c0e049 Background Color

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

This div background color is #c0e049


#c0e049 Border Color

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

This div border color is #c0e049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0e049


Comments

No comments written yet.

Please login to write comment.