Color Hex Logo

#11eabd Color Hex

#11EABD
(17,234,189)
0 Favorites   0 Comments

Color spaces of #11eabd

RGB 17234189
HSL0.470.860.49
HSV168°93°92°
CMYK 0.930.000.19   0.08
XYZ38.839362.638958.1876
Yxy62.63890.24330.3923
Hunter Lab79.1447-50.906611.8110
CIE-Lab83.2520-56.77598.8236

#11eabd color RGB value is (17,234,189).

#11eabd hex color red value is 17, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #11eabd hue: 0.47 , saturation: 0.86 and the lightness value of 11eabd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101010 10111101
Octal 21 352 275
Decimal 17 234 189
Hex 11 EA BD

RGB Percentages of Color #11eabd

%3.86
%53.18
%42.95

CMYK Percentages of Color #11eabd

%93
%0
%19
%8

Triadic Colors of #11eabd

#11eabd #bd11ea #eabd11

Analogous Colors of #11eabd

#11eabd #11abea #11ea50

Monochromatic Colors of #11eabd

#11eabd

Complementary Color

#11eabd #ea113e

#11eabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11eabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#11eabd Color CSS Codes

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

#11eabd Text Font Color

<p style="color:#11eabd">Text here</p>

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


#11eabd Background Color

<div style="background-color:#11eabd">
Div content here</div>

This div background color is #11eabd


#11eabd Border Color

<div style="border:3px solid #11eabd">
Div here</div>

This div border color is #11eabd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,234,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11eabd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11eabd;
  -webkit-box-shadow: 1px 1px 3px 2px #11eabd;
  box-shadow:         1px 1px 3px 2px #11eabd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11eabd


Comments

No comments written yet.

Please login to write comment.