Color Hex Logo

#c6e170 Color Hex

#C6E170
(198,225,112)
0 Favorites   0 Comments

Color spaces of #c6e170

RGB 198225112
HSL0.210.650.66
HSV74°50°88°
CMYK 0.120.000.50   0.12
XYZ53.138567.026025.4659
Yxy67.02600.36490.4602
Hunter Lab81.8694-27.413538.8661
CIE-Lab85.5171-25.671851.8052

#c6e170 color RGB value is (198,225,112).

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

The process color (four color CMYK) of #c6e170 color hex is 0.12, 0.00, 0.50, 0.12. Web safe color of #c6e170 is #cccc66. Color #c6e170 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11100001 01110000
Octal 306 341 160
Decimal 198 225 112
Hex C6 E1 70

RGB Percentages of Color #c6e170

%37.01
%42.06
%20.93

CMYK Percentages of Color #c6e170

%12
%0
%50
%12

Triadic Colors of #c6e170

#c6e170 #70c6e1 #e170c6

Analogous Colors of #c6e170

#c6e170 #8ee170 #e1c470

Monochromatic Colors of #c6e170

#c6e170

Complementary Color

#c6e170 #8b70e1

#c6e170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6e170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6e170 Color CSS Codes

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

#c6e170 Text Font Color

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

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


#c6e170 Background Color

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

This div background color is #c6e170


#c6e170 Border Color

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

This div border color is #c6e170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6e170


Comments

No comments written yet.

Please login to write comment.