Color Hex Logo

#c6d604 Color Hex

#C6D604
(198,214,4)
0 Favorites   0 Comments

Color spaces of #c6d604

RGB 1982144
HSL0.180.960.43
HSV65°98°84°
CMYK 0.070.000.98   0.16
XYZ47.357260.10779.2208
Yxy60.10770.40590.5151
Hunter Lab77.5292-26.642747.2189
CIE-Lab81.8967-25.581780.9594

#c6d604 color RGB value is (198,214,4).

#c6d604 hex color red value is 198, green value is 214 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #c6d604 hue: 0.18 , saturation: 0.96 and the lightness value of c6d604 is 0.43.

The process color (four color CMYK) of #c6d604 color hex is 0.07, 0.00, 0.98, 0.16. Web safe color of #c6d604 is #cccc00. Color #c6d604 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11010110 00000100
Octal 306 326 4
Decimal 198 214 4
Hex C6 D6 4

RGB Percentages of Color #c6d604

%47.60
%51.44
%0.96

CMYK Percentages of Color #c6d604

%7
%0
%98
%16

Triadic Colors of #c6d604

#c6d604 #04c6d6 #d604c6

Analogous Colors of #c6d604

#c6d604 #5dd604 #d67d04

Monochromatic Colors of #c6d604

#c6d604

Complementary Color

#c6d604 #1404d6

#c6d604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6d604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6d604 Color CSS Codes

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

#c6d604 Text Font Color

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

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


#c6d604 Background Color

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

This div background color is #c6d604


#c6d604 Border Color

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

This div border color is #c6d604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6d604


Comments

No comments written yet.

Please login to write comment.