Color Hex Logo

#1eebaa Color Hex

#1EEBAA
(30,235,170)
0 Favorites   0 Comments

Color spaces of #1eebaa

RGB 30235170
HSL0.450.840.52
HSV161°87°92°
CMYK 0.870.000.28   0.08
XYZ37.499462.595048.1358
Yxy62.59500.25300.4223
Hunter Lab79.1170-53.850419.3091
CIE-Lab83.2288-60.992718.7259

#1eebaa color RGB value is (30,235,170).

#1eebaa hex color red value is 30, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1eebaa hue: 0.45 , saturation: 0.84 and the lightness value of 1eebaa is 0.52.

The process color (four color CMYK) of #1eebaa color hex is 0.87, 0.00, 0.28, 0.08. Web safe color of #1eebaa is #33ff99. Color #1eebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11101011 10101010
Octal 36 353 252
Decimal 30 235 170
Hex 1E EB AA

RGB Percentages of Color #1eebaa

%6.90
%54.02
%39.08

CMYK Percentages of Color #1eebaa

%87
%0
%28
%8

Triadic Colors of #1eebaa

#1eebaa #aa1eeb #ebaa1e

Analogous Colors of #1eebaa

#1eebaa #1ec6eb #1eeb44

Monochromatic Colors of #1eebaa

#1eebaa

Complementary Color

#1eebaa #eb1e5f

#1eebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eebaa Color CSS Codes

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

#1eebaa Text Font Color

<p style="color:#1eebaa">Text here</p>

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


#1eebaa Background Color

<div style="background-color:#1eebaa">
Div content here</div>

This div background color is #1eebaa


#1eebaa Border Color

<div style="border:3px solid #1eebaa">
Div here</div>

This div border color is #1eebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eebaa


Comments

No comments written yet.

Please login to write comment.