Color Hex Logo

#c6f05d Color Hex

#C6F05D
(198,240,93)
0 Favorites   0 Comments

Color spaces of #c6f05d

RGB 19824093
HSL0.210.830.65
HSV77°61°94°
CMYK 0.180.000.61   0.06
XYZ56.424675.116321.8809
Yxy75.11630.36780.4896
Hunter Lab86.6697-35.462945.7002
CIE-Lab89.4474-34.291664.6588

#c6f05d color RGB value is (198,240,93).

#c6f05d hex color red value is 198, green value is 240 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c6f05d hue: 0.21 , saturation: 0.83 and the lightness value of c6f05d is 0.65.

The process color (four color CMYK) of #c6f05d color hex is 0.18, 0.00, 0.61, 0.06. Web safe color of #c6f05d is #ccff66. Color #c6f05d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11110000 01011101
Octal 306 360 135
Decimal 198 240 93
Hex C6 F0 5D

RGB Percentages of Color #c6f05d

%37.29
%45.20
%17.51

CMYK Percentages of Color #c6f05d

%18
%0
%61
%6

Triadic Colors of #c6f05d

#c6f05d #5dc6f0 #f05dc6

Analogous Colors of #c6f05d

#c6f05d #7df05d #f0d15d

Monochromatic Colors of #c6f05d

#c6f05d

Complementary Color

#c6f05d #875df0

#c6f05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6f05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6f05d Color CSS Codes

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

#c6f05d Text Font Color

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

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


#c6f05d Background Color

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

This div background color is #c6f05d


#c6f05d Border Color

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

This div border color is #c6f05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6f05d


Comments

No comments written yet.

Please login to write comment.