Color Hex Logo

#c2e26f Color Hex

#C2E26F
(194,226,111)
0 Favorites   0 Comments

Color spaces of #c2e26f

RGB 194226111
HSL0.210.660.66
HSV77°51°89°
CMYK 0.140.000.51   0.11
XYZ52.313767.009725.2159
Yxy67.00970.36190.4636
Hunter Lab81.8595-29.180539.0380
CIE-Lab85.5088-27.778652.1955

#c2e26f color RGB value is (194,226,111).

#c2e26f hex color red value is 194, green value is 226 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c2e26f hue: 0.21 , saturation: 0.66 and the lightness value of c2e26f is 0.66.

The process color (four color CMYK) of #c2e26f color hex is 0.14, 0.00, 0.51, 0.11. Web safe color of #c2e26f is #cccc66. Color #c2e26f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11100010 01101111
Octal 302 342 157
Decimal 194 226 111
Hex C2 E2 6F

RGB Percentages of Color #c2e26f

%36.53
%42.56
%20.90

CMYK Percentages of Color #c2e26f

%14
%0
%51
%11

Triadic Colors of #c2e26f

#c2e26f #6fc2e2 #e26fc2

Analogous Colors of #c2e26f

#c2e26f #89e26f #e2c96f

Monochromatic Colors of #c2e26f

#c2e26f

Complementary Color

#c2e26f #8f6fe2

#c2e26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2e26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2e26f Color CSS Codes

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

#c2e26f Text Font Color

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

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


#c2e26f Background Color

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

This div background color is #c2e26f


#c2e26f Border Color

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

This div border color is #c2e26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2e26f


Comments

No comments written yet.

Please login to write comment.