Color Hex Logo

#1ebaad Color Hex

#1EBAAD
(30,186,173)
0 Favorites   0 Comments

Color spaces of #1ebaad

RGB 30186173
HSL0.490.720.42
HSV175°84°73°
CMYK 0.840.000.07   0.27
XYZ25.637238.411045.5980
Yxy38.41100.23380.3503
Hunter Lab61.9766-34.6209-0.2378
CIE-Lab68.3224-40.4006-4.2487

#1ebaad color RGB value is (30,186,173).

#1ebaad hex color red value is 30, green value is 186 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #1ebaad hue: 0.49 , saturation: 0.72 and the lightness value of 1ebaad is 0.42.

The process color (four color CMYK) of #1ebaad color hex is 0.84, 0.00, 0.07, 0.27. Web safe color of #1ebaad is #33cc99. Color #1ebaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111010 10101101
Octal 36 272 255
Decimal 30 186 173
Hex 1E BA AD

RGB Percentages of Color #1ebaad

%7.71
%47.81
%44.47

CMYK Percentages of Color #1ebaad

%84
%0
%7
%27

Triadic Colors of #1ebaad

#1ebaad #ad1eba #baad1e

Analogous Colors of #1ebaad

#1ebaad #1e79ba #1eba5f

Monochromatic Colors of #1ebaad

#1ebaad

Complementary Color

#1ebaad #ba1e2b

#1ebaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebaad Color CSS Codes

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

#1ebaad Text Font Color

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

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


#1ebaad Background Color

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

This div background color is #1ebaad


#1ebaad Border Color

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

This div border color is #1ebaad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,186,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 #1ebaad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebaad


Comments

No comments written yet.

Please login to write comment.