Color Hex Logo

#c2d44b Color Hex

#C2D44B
(194,212,75)
0 Favorites   0 Comments

Color spaces of #c2d44b

RGB 19421275
HSL0.190.610.56
HSV68°65°83°
CMYK 0.080.000.65   0.17
XYZ47.061659.064315.5768
Yxy59.06430.38670.4853
Hunter Lab76.8533-25.187741.7803
CIE-Lab81.3269-23.952363.2040

#c2d44b color RGB value is (194,212,75).

#c2d44b hex color red value is 194, green value is 212 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #c2d44b hue: 0.19 , saturation: 0.61 and the lightness value of c2d44b is 0.56.

The process color (four color CMYK) of #c2d44b color hex is 0.08, 0.00, 0.65, 0.17. Web safe color of #c2d44b is #cccc33. Color #c2d44b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11010100 01001011
Octal 302 324 113
Decimal 194 212 75
Hex C2 D4 4B

RGB Percentages of Color #c2d44b

%40.33
%44.07
%15.59

CMYK Percentages of Color #c2d44b

%8
%0
%65
%17

Triadic Colors of #c2d44b

#c2d44b #4bc2d4 #d44bc2

Analogous Colors of #c2d44b

#c2d44b #7ed44b #d4a24b

Monochromatic Colors of #c2d44b

#c2d44b

Complementary Color

#c2d44b #5d4bd4

#c2d44b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2d44b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2d44b Color CSS Codes

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

#c2d44b Text Font Color

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

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


#c2d44b Background Color

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

This div background color is #c2d44b


#c2d44b Border Color

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

This div border color is #c2d44b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2d44b


Comments

No comments written yet.

Please login to write comment.