color codes Logo

#c6ec2f color codes

#C6EC2F
(198,236,47)
0 Favorites   0 Comments

Color spaces of #c6ec2f

RGB 19823647
HSL0.200.830.55
HSV72°80°93°
CMYK 0.160.000.80   0.07
XYZ53.797272.201913.7903
Yxy72.20190.38480.5165
Hunter Lab84.9717-35.688749.8578
CIE-Lab88.0657-34.962278.9849

#c6ec2f color RGB value is (198,236,47).

#c6ec2f hex color red value is 198, green value is 236 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c6ec2f hue: 0.20 , saturation: 0.83 and the lightness value of c6ec2f is 0.55.

The process color (four color CMYK) of #c6ec2f color code is 0.16, 0.00, 0.80, 0.07. Web safe color of #c6ec2f is #ccff33. Color #c6ec2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11101100 00101111
Octal 306 354 57
Decimal 198 236 47
Hex C6 EC 2F

RGB Percentages of Color #c6ec2f

%41.16
%49.06
%9.77

CMYK Percentages of Color #c6ec2f

%16
%0
%80
%7

Triadic Colors of #c6ec2f

#c6ec2f #2fc6ec #ec2fc6

Analogous Colors of #c6ec2f

#c6ec2f #68ec2f #ecb42f

Monochromatic Colors of #c6ec2f

#c6ec2f

Complementary Color

#c6ec2f #552fec

#c6ec2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ec2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ec2f Color CSS Codes

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

#c6ec2f Text Font Color

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

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


#c6ec2f Background Color

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

This div background color is #c6ec2f


#c6ec2f Border Color

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

This div border color is #c6ec2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ec2f


Comments

No comments written yet.

Please login to write comment.