Color Hex Logo

#11fefb Color Hex

#11FEFB
(17,254,251)
0 Favorites   0 Comments

Color spaces of #11fefb

RGB 17254251
HSL0.500.990.53
HSV179°93°100°
CMYK 0.930.000.01   0.00
XYZ53.085677.9678103.5182
Yxy77.96780.22630.3324
Hunter Lab88.2994-47.2097-7.6994
CIE-Lab90.7652-48.4298-12.5818

#11fefb color RGB value is (17,254,251).

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

The process color (four color CMYK) of #11fefb color hex is 0.93, 0.00, 0.01, 0.00. Web safe color of #11fefb is #00ffff. Color #11fefb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111110 11111011
Octal 21 376 373
Decimal 17 254 251
Hex 11 FE FB

RGB Percentages of Color #11fefb

%3.26
%48.66
%48.08

CMYK Percentages of Color #11fefb

%93
%0
%1
%0

Triadic Colors of #11fefb

#11fefb #fb11fe #fefb11

Analogous Colors of #11fefb

#11fefb #118bfe #11fe85

Monochromatic Colors of #11fefb

#11fefb

Complementary Color

#11fefb #fe1114

#11fefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11fefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11fefb Color CSS Codes

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

#11fefb Text Font Color

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

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


#11fefb Background Color

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

This div background color is #11fefb


#11fefb Border Color

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

This div border color is #11fefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11fefb

Related Colors


Comments

No comments written yet.

Please login to write comment.