Color Hex Logo

#01ebbe Color Hex

#01EBBE
(1,235,190)
0 Favorites   0 Comments

Color spaces of #01ebbe

RGB 1235190
HSL0.470.990.46
HSV168°100°92°
CMYK 1.000.000.19   0.08
XYZ39.015163.140858.8463
Yxy63.14080.24230.3922
Hunter Lab79.4612-51.414311.7146
CIE-Lab83.5164-57.35658.6693

#01ebbe color RGB value is (1,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101011 10111110
Octal 1 353 276
Decimal 1 235 190
Hex 1 EB BE

RGB Percentages of Color #01ebbe

%0.23
%55.16
%44.60

CMYK Percentages of Color #01ebbe

%100
%0
%19
%8

Triadic Colors of #01ebbe

#01ebbe #be01eb #ebbe01

Analogous Colors of #01ebbe

#01ebbe #01a3eb #01eb49

Monochromatic Colors of #01ebbe

#01ebbe

Complementary Color

#01ebbe #eb012e

#01ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ebbe Color CSS Codes

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

#01ebbe Text Font Color

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

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


#01ebbe Background Color

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

This div background color is #01ebbe


#01ebbe Border Color

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

This div border color is #01ebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ebbe


Comments

No comments written yet.

Please login to write comment.