color codes Logo

#c1fd5a color codes

#C1FD5A
(193,253,90)
0 Favorites   0 Comments

Color spaces of #c1fd5a

RGB 19325390
HSL0.230.980.67
HSV82°64°99°
CMYK 0.240.000.64   0.01
XYZ58.963182.326222.4557
Yxy82.32620.36010.5028
Hunter Lab90.7338-42.786448.8400
CIE-Lab92.7186-42.182069.2818

#c1fd5a color RGB value is (193,253,90).

#c1fd5a hex color red value is 193, green value is 253 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #c1fd5a hue: 0.23 , saturation: 0.98 and the lightness value of c1fd5a is 0.67.

The process color (four color CMYK) of #c1fd5a color code is 0.24, 0.00, 0.64, 0.01. Web safe color of #c1fd5a is #ccff66. Color #c1fd5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11111101 01011010
Octal 301 375 132
Decimal 193 253 90
Hex C1 FD 5A

RGB Percentages of Color #c1fd5a

%36.01
%47.20
%16.79

CMYK Percentages of Color #c1fd5a

%24
%0
%64
%1

Triadic Colors of #c1fd5a

#c1fd5a #5ac1fd #fd5ac1

Analogous Colors of #c1fd5a

#c1fd5a #70fd5a #fde85a

Monochromatic Colors of #c1fd5a

#c1fd5a

Complementary Color

#c1fd5a #965afd

#c1fd5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1fd5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1fd5a Color CSS Codes

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

#c1fd5a Text Font Color

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

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


#c1fd5a Background Color

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

This div background color is #c1fd5a


#c1fd5a Border Color

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

This div border color is #c1fd5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1fd5a

Related Colors


Comments

No comments written yet.

Please login to write comment.