Color Hex Logo

#c6db14 Color Hex

#C6DB14
(198,219,20)
0 Favorites   0 Comments

Color spaces of #c6db14

RGB 19821920
HSL0.180.830.47
HSV66°91°86°
CMYK 0.100.000.91   0.14
XYZ48.746562.719310.1986
Yxy62.71930.40070.5155
Hunter Lab79.1955-28.721747.8016
CIE-Lab83.2945-27.767780.3686

#c6db14 color RGB value is (198,219,20).

#c6db14 hex color red value is 198, green value is 219 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c6db14 hue: 0.18 , saturation: 0.83 and the lightness value of c6db14 is 0.47.

The process color (four color CMYK) of #c6db14 color hex is 0.10, 0.00, 0.91, 0.14. Web safe color of #c6db14 is #cccc00. Color #c6db14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011011 00010100
Octal 306 333 24
Decimal 198 219 20
Hex C6 DB 14

RGB Percentages of Color #c6db14

%45.31
%50.11
%4.58

CMYK Percentages of Color #c6db14

%10
%0
%91
%14

Triadic Colors of #c6db14

#c6db14 #14c6db #db14c6

Analogous Colors of #c6db14

#c6db14 #62db14 #db8d14

Monochromatic Colors of #c6db14

#c6db14

Complementary Color

#c6db14 #2914db

#c6db14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6db14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6db14 Color CSS Codes

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

#c6db14 Text Font Color

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

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


#c6db14 Background Color

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

This div background color is #c6db14


#c6db14 Border Color

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

This div border color is #c6db14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6db14


Comments

No comments written yet.

Please login to write comment.