Color Hex Logo

#01fbae Color Hex

#01FBAE
(1,251,174)
0 Favorites   0 Comments

Color spaces of #01fbae

RGB 1251174
HSL0.450.990.49
HSV162°100°98°
CMYK 1.000.000.31   0.02
XYZ42.149772.056851.7312
Yxy72.05680.25400.4342
Hunter Lab84.8863-59.918023.2880
CIE-Lab87.9959-66.968323.2424

#01fbae color RGB value is (1,251,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111011 10101110
Octal 1 373 256
Decimal 1 251 174
Hex 1 FB AE

RGB Percentages of Color #01fbae

%0.23
%58.92
%40.85

CMYK Percentages of Color #01fbae

%100
%0
%31
%2

Triadic Colors of #01fbae

#01fbae #ae01fb #fbae01

Analogous Colors of #01fbae

#01fbae #01cbfb #01fb31

Monochromatic Colors of #01fbae

#01fbae

Complementary Color

#01fbae #fb014e

#01fbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01fbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#01fbae Color CSS Codes

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

#01fbae Text Font Color

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

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


#01fbae Background Color

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

This div background color is #01fbae


#01fbae Border Color

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

This div border color is #01fbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01fbae


Comments

No comments written yet.

Please login to write comment.