Color Hex Logo

#11ebef Color Hex

#11EBEF
(17,235,239)
0 Favorites   0 Comments

Color spaces of #11ebef

RGB 17235239
HSL0.500.870.50
HSV181°93°94°
CMYK 0.930.020.00   0.06
XYZ45.519565.767891.9567
Yxy65.76780.22400.3236
Hunter Lab81.0973-41.7293-10.4611
CIE-Lab84.8778-43.6265-15.1203

#11ebef color RGB value is (17,235,239).

#11ebef hex color red value is 17, green value is 235 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #11ebef hue: 0.50 , saturation: 0.87 and the lightness value of 11ebef is 0.50.

The process color (four color CMYK) of #11ebef color hex is 0.93, 0.02, 0.00, 0.06. Web safe color of #11ebef is #00ffff. Color #11ebef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101011 11101111
Octal 21 353 357
Decimal 17 235 239
Hex 11 EB EF

RGB Percentages of Color #11ebef

%3.46
%47.86
%48.68

CMYK Percentages of Color #11ebef

%93
%2
%0
%6

Triadic Colors of #11ebef

#11ebef #ef11eb #ebef11

Analogous Colors of #11ebef

#11ebef #117cef #11ef84

Monochromatic Colors of #11ebef

#11ebef

Complementary Color

#11ebef #ef1511

#11ebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ebef Color CSS Codes

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

#11ebef Text Font Color

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

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


#11ebef Background Color

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

This div background color is #11ebef


#11ebef Border Color

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

This div border color is #11ebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ebef


Comments

No comments written yet.

Please login to write comment.