Color Hex Logo

#c6d86f Color Hex

#C6D86F
(198,216,111)
0 Favorites   0 Comments

Color spaces of #c6d86f

RGB 198216111
HSL0.200.570.64
HSV70°49°85°
CMYK 0.080.000.49   0.15
XYZ50.713862.265224.3844
Yxy62.26520.36920.4533
Hunter Lab78.9083-23.368936.9139
CIE-Lab83.0543-21.419049.3286

#c6d86f color RGB value is (198,216,111).

#c6d86f hex color red value is 198, green value is 216 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c6d86f hue: 0.20 , saturation: 0.57 and the lightness value of c6d86f is 0.64.

The process color (four color CMYK) of #c6d86f color hex is 0.08, 0.00, 0.49, 0.15. Web safe color of #c6d86f is #cccc66. Color #c6d86f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011000 01101111
Octal 306 330 157
Decimal 198 216 111
Hex C6 D8 6F

RGB Percentages of Color #c6d86f

%37.71
%41.14
%21.14

CMYK Percentages of Color #c6d86f

%8
%0
%49
%15

Triadic Colors of #c6d86f

#c6d86f #6fc6d8 #d86fc6

Analogous Colors of #c6d86f

#c6d86f #92d86f #d8b66f

Monochromatic Colors of #c6d86f

#c6d86f

Complementary Color

#c6d86f #816fd8

#c6d86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6d86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6d86f Color CSS Codes

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

#c6d86f Text Font Color

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

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


#c6d86f Background Color

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

This div background color is #c6d86f


#c6d86f Border Color

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

This div border color is #c6d86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6d86f


Comments

No comments written yet.

Please login to write comment.