Color Hex Logo

#11fbbe Color Hex

#11FBBE
(17,251,190)
0 Favorites   0 Comments

Color spaces of #11fbbe

RGB 17251190
HSL0.460.970.53
HSV164°93°98°
CMYK 0.930.000.24   0.02
XYZ44.022672.831260.4528
Yxy72.83120.24830.4108
Hunter Lab85.3412-57.269217.7398
CIE-Lab88.3671-63.002615.5634

#11fbbe color RGB value is (17,251,190).

#11fbbe hex color red value is 17, green value is 251 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #11fbbe hue: 0.46 , saturation: 0.97 and the lightness value of 11fbbe is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111011 10111110
Octal 21 373 276
Decimal 17 251 190
Hex 11 FB BE

RGB Percentages of Color #11fbbe

%3.71
%54.80
%41.48

CMYK Percentages of Color #11fbbe

%93
%0
%24
%2

Triadic Colors of #11fbbe

#11fbbe #be11fb #fbbe11

Analogous Colors of #11fbbe

#11fbbe #11c3fb #11fb49

Monochromatic Colors of #11fbbe

#11fbbe

Complementary Color

#11fbbe #fb114e

#11fbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11fbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#11fbbe Color CSS Codes

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

#11fbbe Text Font Color

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

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


#11fbbe Background Color

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

This div background color is #11fbbe


#11fbbe Border Color

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

This div border color is #11fbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11fbbe


Comments

No comments written yet.

Please login to write comment.