Color Hex Logo

#c2e11b Color Hex

#C2E11B
(194,225,27)
0 Favorites   0 Comments

Color spaces of #c2e11b

RGB 19422527
HSL0.190.790.49
HSV69°88°88°
CMYK 0.140.000.88   0.12
XYZ49.371265.398911.0580
Yxy65.39890.39240.5197
Hunter Lab80.8696-32.546848.5015
CIE-Lab84.6889-32.075680.2899

#c2e11b color RGB value is (194,225,27).

#c2e11b hex color red value is 194, green value is 225 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #c2e11b hue: 0.19 , saturation: 0.79 and the lightness value of c2e11b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11100001 00011011
Octal 302 341 33
Decimal 194 225 27
Hex C2 E1 1B

RGB Percentages of Color #c2e11b

%43.50
%50.45
%6.05

CMYK Percentages of Color #c2e11b

%14
%0
%88
%12

Triadic Colors of #c2e11b

#c2e11b #1bc2e1 #e11bc2

Analogous Colors of #c2e11b

#c2e11b #5fe11b #e19d1b

Monochromatic Colors of #c2e11b

#c2e11b

Complementary Color

#c2e11b #3a1be1

#c2e11b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2e11b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2e11b Color CSS Codes

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

#c2e11b Text Font Color

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

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


#c2e11b Background Color

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

This div background color is #c2e11b


#c2e11b Border Color

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

This div border color is #c2e11b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,225,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2e11b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2e11b;
  -webkit-box-shadow: 1px 1px 3px 2px #c2e11b;
  box-shadow:         1px 1px 3px 2px #c2e11b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,225,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2e11b


Comments

No comments written yet.

Please login to write comment.