Color Hex Logo

#c3db1e Color Hex

#C3DB1E
(195,219,30)
0 Favorites   0 Comments

Color spaces of #c3db1e

RGB 19521930
HSL0.190.760.49
HSV68°86°86°
CMYK 0.110.000.86   0.14
XYZ48.071562.358910.7311
Yxy62.35890.39680.5147
Hunter Lab78.9677-29.531647.2203
CIE-Lab83.1039-28.802278.4860

#c3db1e color RGB value is (195,219,30).

#c3db1e hex color red value is 195, green value is 219 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c3db1e hue: 0.19 , saturation: 0.76 and the lightness value of c3db1e is 0.49.

The process color (four color CMYK) of #c3db1e color hex is 0.11, 0.00, 0.86, 0.14. Web safe color of #c3db1e is #cccc33. Color #c3db1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011011 00011110
Octal 303 333 36
Decimal 195 219 30
Hex C3 DB 1E

RGB Percentages of Color #c3db1e

%43.92
%49.32
%6.76

CMYK Percentages of Color #c3db1e

%11
%0
%86
%14

Triadic Colors of #c3db1e

#c3db1e #1ec3db #db1ec3

Analogous Colors of #c3db1e

#c3db1e #65db1e #db951e

Monochromatic Colors of #c3db1e

#c3db1e

Complementary Color

#c3db1e #361edb

#c3db1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3db1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3db1e Color CSS Codes

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

#c3db1e Text Font Color

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

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


#c3db1e Background Color

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

This div background color is #c3db1e


#c3db1e Border Color

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

This div border color is #c3db1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3db1e


Comments

No comments written yet.

Please login to write comment.