Color Hex Logo

#c6e13a Color Hex

#C6E13A
(198,225,58)
0 Favorites   0 Comments

Color spaces of #c6e13a

RGB 19822558
HSL0.190.740.55
HSV70°74°88°
CMYK 0.120.000.74   0.12
XYZ50.977666.161714.0867
Yxy66.16170.38850.5042
Hunter Lab81.3398-30.474646.6699
CIE-Lab85.0788-29.443773.1206

#c6e13a color RGB value is (198,225,58).

#c6e13a hex color red value is 198, green value is 225 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c6e13a hue: 0.19 , saturation: 0.74 and the lightness value of c6e13a is 0.55.

The process color (four color CMYK) of #c6e13a color hex is 0.12, 0.00, 0.74, 0.12. Web safe color of #c6e13a is #cccc33. Color #c6e13a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11100001 00111010
Octal 306 341 72
Decimal 198 225 58
Hex C6 E1 3A

RGB Percentages of Color #c6e13a

%41.16
%46.78
%12.06

CMYK Percentages of Color #c6e13a

%12
%0
%74
%12

Triadic Colors of #c6e13a

#c6e13a #3ac6e1 #e13ac6

Analogous Colors of #c6e13a

#c6e13a #73e13a #e1a93a

Monochromatic Colors of #c6e13a

#c6e13a

Complementary Color

#c6e13a #553ae1

#c6e13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6e13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6e13a Color CSS Codes

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

#c6e13a Text Font Color

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

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


#c6e13a Background Color

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

This div background color is #c6e13a


#c6e13a Border Color

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

This div border color is #c6e13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6e13a


Comments

No comments written yet.

Please login to write comment.