Color Hex Logo

#11eabf Color Hex

#11EABF
(17,234,191)
0 Favorites   0 Comments

Color spaces of #11eabf

RGB 17234191
HSL0.470.860.49
HSV168°93°92°
CMYK 0.930.000.18   0.08
XYZ39.058062.726459.3391
Yxy62.72640.24240.3893
Hunter Lab79.2000-50.571611.0181
CIE-Lab83.2982-56.27997.8396

#11eabf color RGB value is (17,234,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101010 10111111
Octal 21 352 277
Decimal 17 234 191
Hex 11 EA BF

RGB Percentages of Color #11eabf

%3.85
%52.94
%43.21

CMYK Percentages of Color #11eabf

%93
%0
%18
%8

Triadic Colors of #11eabf

#11eabf #bf11ea #eabf11

Analogous Colors of #11eabf

#11eabf #11a9ea #11ea53

Monochromatic Colors of #11eabf

#11eabf

Complementary Color

#11eabf #ea113c

#11eabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11eabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#11eabf Color CSS Codes

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

#11eabf Text Font Color

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

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


#11eabf Background Color

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

This div background color is #11eabf


#11eabf Border Color

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

This div border color is #11eabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11eabf


Comments

No comments written yet.

Please login to write comment.