Color Hex Logo

#01eabc Color Hex

#01EABC
(1,234,188)
0 Favorites   0 Comments

Color spaces of #01eabc

RGB 1234188
HSL0.470.990.46
HSV168°100°92°
CMYK 1.000.000.20   0.08
XYZ38.512462.482957.6075
Yxy62.48290.24280.3940
Hunter Lab79.0461-51.363012.1227
CIE-Lab83.1696-57.46449.2226

#01eabc color RGB value is (1,234,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101010 10111100
Octal 1 352 274
Decimal 1 234 188
Hex 1 EA BC

RGB Percentages of Color #01eabc

%0.24
%55.32
%44.44

CMYK Percentages of Color #01eabc

%100
%0
%20
%8

Triadic Colors of #01eabc

#01eabc #bc01ea #eabc01

Analogous Colors of #01eabc

#01eabc #01a4ea #01ea48

Monochromatic Colors of #01eabc

#01eabc

Complementary Color

#01eabc #ea012f

#01eabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01eabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#01eabc Color CSS Codes

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

#01eabc Text Font Color

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

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


#01eabc Background Color

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

This div background color is #01eabc


#01eabc Border Color

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

This div border color is #01eabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01eabc


Comments

No comments written yet.

Please login to write comment.