color codes Logo

#01ebab color codes

#01EBAB
(1,235,171)
0 Favorites   0 Comments

Color spaces of #01ebab

RGB 1235171
HSL0.450.990.46
HSV164°100°92°
CMYK 1.000.000.27   0.08
XYZ37.071562.363448.6115
Yxy62.36340.25040.4212
Hunter Lab78.9705-54.404318.7825
CIE-Lab83.1063-61.864718.0144

#01ebab color RGB value is (1,235,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101011 10101011
Octal 1 353 253
Decimal 1 235 171
Hex 1 EB AB

RGB Percentages of Color #01ebab

%0.25
%57.74
%42.01

CMYK Percentages of Color #01ebab

%100
%0
%27
%8

Triadic Colors of #01ebab

#01ebab #ab01eb #ebab01

Analogous Colors of #01ebab

#01ebab #01b6eb #01eb36

Monochromatic Colors of #01ebab

#01ebab

Complementary Color

#01ebab #eb0141

#01ebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ebab Color CSS Codes

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

#01ebab Text Font Color

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

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


#01ebab Background Color

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

This div background color is #01ebab


#01ebab Border Color

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

This div border color is #01ebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ebab


Comments

No comments written yet.

Please login to write comment.