Color Hex Logo

#01ebad Color Hex

#01EBAD
(1,235,173)
0 Favorites   0 Comments

Color spaces of #01ebad

RGB 1235173
HSL0.460.990.46
HSV164°100°92°
CMYK 1.000.000.26   0.08
XYZ37.263762.440249.6233
Yxy62.44020.24950.4181
Hunter Lab79.0191-54.106718.0798
CIE-Lab83.1470-61.409817.0313

#01ebad color RGB value is (1,235,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101011 10101101
Octal 1 353 255
Decimal 1 235 173
Hex 1 EB AD

RGB Percentages of Color #01ebad

%0.24
%57.46
%42.30

CMYK Percentages of Color #01ebad

%100
%0
%26
%8

Triadic Colors of #01ebad

#01ebad #ad01eb #ebad01

Analogous Colors of #01ebad

#01ebad #01b4eb #01eb38

Monochromatic Colors of #01ebad

#01ebad

Complementary Color

#01ebad #eb013f

#01ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ebad Color CSS Codes

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

#01ebad Text Font Color

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

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


#01ebad Background Color

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

This div background color is #01ebad


#01ebad Border Color

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

This div border color is #01ebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ebad


Comments

No comments written yet.

Please login to write comment.