color codes Logo

#01fc83 color codes

#01FC83
(1,252,131)
0 Favorites   0 Comments

Color spaces of #01fc83

RGB 1252131
HSL0.420.990.50
HSV151°100°99°
CMYK 1.000.000.48   0.01
XYZ38.919771.266033.1772
Yxy71.26600.27150.4971
Hunter Lab84.4192-65.439935.7921
CIE-Lab87.6141-75.322044.0621

#01fc83 color RGB value is (1,252,131).

#01fc83 hex color red value is 1, green value is 252 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #01fc83 hue: 0.42 , saturation: 0.99 and the lightness value of 01fc83 is 0.50.

The process color (four color CMYK) of #01fc83 color code is 1.00, 0.00, 0.48, 0.01. Web safe color of #01fc83 is #00ff99. Color #01fc83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111100 10000011
Octal 1 374 203
Decimal 1 252 131
Hex 1 FC 83

RGB Percentages of Color #01fc83

%0.26
%65.63
%34.11

CMYK Percentages of Color #01fc83

%100
%0
%48
%1

Triadic Colors of #01fc83

#01fc83 #8301fc #fc8301

Analogous Colors of #01fc83

#01fc83 #01f8fc #01fc05

Monochromatic Colors of #01fc83

#01fc83

Complementary Color

#01fc83 #fc017a

#01fc83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01fc83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01fc83 Color CSS Codes

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

#01fc83 Text Font Color

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

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


#01fc83 Background Color

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

This div background color is #01fc83


#01fc83 Border Color

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

This div border color is #01fc83


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,252,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01fc83; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01fc83;
  -webkit-box-shadow: 1px 1px 3px 2px #01fc83;
  box-shadow:         1px 1px 3px 2px #01fc83; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,252,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01fc83


Comments

No comments written yet.

Please login to write comment.