Color Hex Logo

#c2d849 Color Hex

#C2D849
(194,216,73)
0 Favorites   0 Comments

Color spaces of #c2d849

RGB 19421673
HSL0.190.650.57
HSV69°66°85°
CMYK 0.100.000.66   0.15
XYZ48.006661.062115.5593
Yxy61.06210.38520.4900
Hunter Lab78.1422-27.087642.8940
CIE-Lab82.4121-25.999765.1142

#c2d849 color RGB value is (194,216,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011000 01001001
Octal 302 330 111
Decimal 194 216 73
Hex C2 D8 49

RGB Percentages of Color #c2d849

%40.17
%44.72
%15.11

CMYK Percentages of Color #c2d849

%10
%0
%66
%15

Triadic Colors of #c2d849

#c2d849 #49c2d8 #d849c2

Analogous Colors of #c2d849

#c2d849 #7bd849 #d8a749

Monochromatic Colors of #c2d849

#c2d849

Complementary Color

#c2d849 #5f49d8

#c2d849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2d849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2d849 Color CSS Codes

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

#c2d849 Text Font Color

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

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


#c2d849 Background Color

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

This div background color is #c2d849


#c2d849 Border Color

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

This div border color is #c2d849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2d849


Comments

No comments written yet.

Please login to write comment.