Color Hex Logo

#c2d83e Color Hex

#C2D83E
(194,216,62)
0 Favorites   0 Comments

Color spaces of #c2d83e

RGB 19421662
HSL0.190.660.55
HSV69°71°85°
CMYK 0.100.000.71   0.15
XYZ47.673560.928913.8052
Yxy60.92890.38950.4978
Hunter Lab78.0570-27.580344.1538
CIE-Lab82.3405-26.614169.0777

#c2d83e color RGB value is (194,216,62).

#c2d83e hex color red value is 194, green value is 216 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c2d83e hue: 0.19 , saturation: 0.66 and the lightness value of c2d83e is 0.55.

The process color (four color CMYK) of #c2d83e color hex is 0.10, 0.00, 0.71, 0.15. Web safe color of #c2d83e is #cccc33. Color #c2d83e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011000 00111110
Octal 302 330 76
Decimal 194 216 62
Hex C2 D8 3E

RGB Percentages of Color #c2d83e

%41.10
%45.76
%13.14

CMYK Percentages of Color #c2d83e

%10
%0
%71
%15

Triadic Colors of #c2d83e

#c2d83e #3ec2d8 #d83ec2

Analogous Colors of #c2d83e

#c2d83e #75d83e #d8a13e

Monochromatic Colors of #c2d83e

#c2d83e

Complementary Color

#c2d83e #543ed8

#c2d83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2d83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2d83e Color CSS Codes

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

#c2d83e Text Font Color

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

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


#c2d83e Background Color

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

This div background color is #c2d83e


#c2d83e Border Color

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

This div border color is #c2d83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2d83e


Comments

No comments written yet.

Please login to write comment.