color codes Logo

#01feb0 color codes

#01FEB0
(1,254,176)
0 Favorites   0 Comments

Color spaces of #01feb0

RGB 1254176
HSL0.450.990.50
HSV162°100°100°
CMYK 1.000.000.31   0.00
XYZ43.290874.024753.0808
Yxy74.02470.25410.4344
Hunter Lab86.0376-60.751523.6474
CIE-Lab88.9342-67.602223.5145

#01feb0 color RGB value is (1,254,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111110 10110000
Octal 1 376 260
Decimal 1 254 176
Hex 1 FE B0

RGB Percentages of Color #01feb0

%0.23
%58.93
%40.84

CMYK Percentages of Color #01feb0

%100
%0
%31
%0

Triadic Colors of #01feb0

#01feb0 #b001fe #feb001

Analogous Colors of #01feb0

#01feb0 #01cefe #01fe32

Monochromatic Colors of #01feb0

#01feb0

Complementary Color

#01feb0 #fe014f

#01feb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01feb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01feb0 Color CSS Codes

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

#01feb0 Text Font Color

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

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


#01feb0 Background Color

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

This div background color is #01feb0


#01feb0 Border Color

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

This div border color is #01feb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01feb0


Comments

No comments written yet.

Please login to write comment.