Color Hex Logo

#c2e629 Color Hex

#C2E629
(194,230,41)
0 Favorites   0 Comments

Color spaces of #c2e629

RGB 19423041
HSL0.200.790.53
HSV71°82°90°
CMYK 0.160.000.82   0.10
XYZ50.945268.223112.5811
Yxy68.22310.38670.5178
Hunter Lab82.5973-34.448248.7871
CIE-Lab86.1179-34.008578.6525

#c2e629 color RGB value is (194,230,41).

#c2e629 hex color red value is 194, green value is 230 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #c2e629 hue: 0.20 , saturation: 0.79 and the lightness value of c2e629 is 0.53.

The process color (four color CMYK) of #c2e629 color hex is 0.16, 0.00, 0.82, 0.10. Web safe color of #c2e629 is #ccff33. Color #c2e629 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11100110 00101001
Octal 302 346 51
Decimal 194 230 41
Hex C2 E6 29

RGB Percentages of Color #c2e629

%41.72
%49.46
%8.82

CMYK Percentages of Color #c2e629

%16
%0
%82
%10

Triadic Colors of #c2e629

#c2e629 #29c2e6 #e629c2

Analogous Colors of #c2e629

#c2e629 #63e629 #e6ac29

Monochromatic Colors of #c2e629

#c2e629

Complementary Color

#c2e629 #4d29e6

#c2e629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2e629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2e629 Color CSS Codes

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

#c2e629 Text Font Color

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

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


#c2e629 Background Color

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

This div background color is #c2e629


#c2e629 Border Color

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

This div border color is #c2e629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2e629


Comments

No comments written yet.

Please login to write comment.