Color Hex Logo

#c2db4f Color Hex

#C2DB4F
(194,219,79)
0 Favorites   0 Comments

Color spaces of #c2db4f

RGB 19421979
HSL0.200.660.58
HSV71°64°86°
CMYK 0.110.000.64   0.14
XYZ48.990962.696916.9167
Yxy62.69690.38090.4875
Hunter Lab79.1814-28.126342.7600
CIE-Lab83.2826-27.049063.6588

#c2db4f color RGB value is (194,219,79).

#c2db4f hex color red value is 194, green value is 219 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #c2db4f hue: 0.20 , saturation: 0.66 and the lightness value of c2db4f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011011 01001111
Octal 302 333 117
Decimal 194 219 79
Hex C2 DB 4F

RGB Percentages of Color #c2db4f

%39.43
%44.51
%16.06

CMYK Percentages of Color #c2db4f

%11
%0
%64
%14

Triadic Colors of #c2db4f

#c2db4f #4fc2db #db4fc2

Analogous Colors of #c2db4f

#c2db4f #7cdb4f #dbae4f

Monochromatic Colors of #c2db4f

#c2db4f

Complementary Color

#c2db4f #684fdb

#c2db4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2db4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2db4f Color CSS Codes

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

#c2db4f Text Font Color

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

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


#c2db4f Background Color

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

This div background color is #c2db4f


#c2db4f Border Color

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

This div border color is #c2db4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2db4f


Comments

No comments written yet.

Please login to write comment.