color codes Logo

#c1e660 color codes

#C1E660
(193,230,96)
0 Favorites   0 Comments

Color spaces of #c1e660

RGB 19323096
HSL0.210.730.64
HSV77°58°90°
CMYK 0.160.000.58   0.10
XYZ52.400568.775621.5796
Yxy68.77560.36710.4818
Hunter Lab82.9311-32.343042.6238
CIE-Lab86.3928-31.362359.9324

#c1e660 color RGB value is (193,230,96).

#c1e660 hex color red value is 193, green value is 230 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #c1e660 hue: 0.21 , saturation: 0.73 and the lightness value of c1e660 is 0.64.

The process color (four color CMYK) of #c1e660 color code is 0.16, 0.00, 0.58, 0.10. Web safe color of #c1e660 is #ccff66. Color #c1e660 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11100110 01100000
Octal 301 346 140
Decimal 193 230 96
Hex C1 E6 60

RGB Percentages of Color #c1e660

%37.19
%44.32
%18.50

CMYK Percentages of Color #c1e660

%16
%0
%58
%10

Triadic Colors of #c1e660

#c1e660 #60c1e6 #e660c1

Analogous Colors of #c1e660

#c1e660 #7ee660 #e6c860

Monochromatic Colors of #c1e660

#c1e660

Complementary Color

#c1e660 #8560e6

#c1e660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1e660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1e660 Color CSS Codes

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

#c1e660 Text Font Color

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

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


#c1e660 Background Color

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

This div background color is #c1e660


#c1e660 Border Color

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

This div border color is #c1e660


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,230,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1e660; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1e660;
  -webkit-box-shadow: 1px 1px 3px 2px #c1e660;
  box-shadow:         1px 1px 3px 2px #c1e660; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,230,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1e660


Comments

No comments written yet.

Please login to write comment.