Color Hex Logo

#01ebea Color Hex

#01EBEA
(1,235,234)
0 Favorites   0 Comments

Color spaces of #01ebea

RGB 1235234
HSL0.500.990.46
HSV180°100°92°
CMYK 1.000.000.00   0.08
XYZ44.572165.363688.1091
Yxy65.36360.22510.3300
Hunter Lab80.8478-43.0749-8.0217
CIE-Lab84.6708-45.4669-12.8030

#01ebea color RGB value is (1,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101011 11101010
Octal 1 353 352
Decimal 1 235 234
Hex 1 EB EA

RGB Percentages of Color #01ebea

%0.21
%50.00
%49.79

CMYK Percentages of Color #01ebea

%100
%0
%0
%8

Triadic Colors of #01ebea

#01ebea #ea01eb #ebea01

Analogous Colors of #01ebea

#01ebea #0177eb #01eb75

Monochromatic Colors of #01ebea

#01ebea

Complementary Color

#01ebea #eb0102

#01ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ebea Color CSS Codes

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

#01ebea Text Font Color

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

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


#01ebea Background Color

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

This div background color is #01ebea


#01ebea Border Color

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

This div border color is #01ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ebea


Comments

No comments written yet.

Please login to write comment.