Color Hex Logo

#c0ec2a Color Hex

#C0EC2A
(192,236,42)
0 Favorites   0 Comments

Color spaces of #c0ec2a

RGB 19223642
HSL0.200.840.55
HSV74°82°93°
CMYK 0.190.000.82   0.07
XYZ52.151671.364513.2165
Yxy71.36450.38140.5219
Hunter Lab84.4775-37.639949.8583
CIE-Lab87.6618-37.482379.7013

#c0ec2a color RGB value is (192,236,42).

#c0ec2a hex color red value is 192, green value is 236 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c0ec2a hue: 0.20 , saturation: 0.84 and the lightness value of c0ec2a is 0.55.

The process color (four color CMYK) of #c0ec2a color hex is 0.19, 0.00, 0.82, 0.07. Web safe color of #c0ec2a is #ccff33. Color #c0ec2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101100 00101010
Octal 300 354 52
Decimal 192 236 42
Hex C0 EC 2A

RGB Percentages of Color #c0ec2a

%40.85
%50.21
%8.94

CMYK Percentages of Color #c0ec2a

%19
%0
%82
%7

Triadic Colors of #c0ec2a

#c0ec2a #2ac0ec #ec2ac0

Analogous Colors of #c0ec2a

#c0ec2a #5fec2a #ecb72a

Monochromatic Colors of #c0ec2a

#c0ec2a

Complementary Color

#c0ec2a #562aec

#c0ec2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ec2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ec2a Color CSS Codes

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

#c0ec2a Text Font Color

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

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


#c0ec2a Background Color

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

This div background color is #c0ec2a


#c0ec2a Border Color

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

This div border color is #c0ec2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ec2a


Comments

No comments written yet.

Please login to write comment.