Color Hex Logo

#11fdfa Color Hex

#11FDFA
(17,253,250)
0 Favorites   0 Comments

Color spaces of #11fdfa

RGB 17253250
HSL0.500.980.53
HSV179°93°99°
CMYK 0.930.000.01   0.01
XYZ52.611877.2719102.5845
Yxy77.27190.22630.3324
Hunter Lab87.9044-46.9985-7.6583
CIE-Lab90.4466-48.2853-12.5381

#11fdfa color RGB value is (17,253,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111101 11111010
Octal 21 375 372
Decimal 17 253 250
Hex 11 FD FA

RGB Percentages of Color #11fdfa

%3.27
%48.65
%48.08

CMYK Percentages of Color #11fdfa

%93
%0
%1
%1

Triadic Colors of #11fdfa

#11fdfa #fa11fd #fdfa11

Analogous Colors of #11fdfa

#11fdfa #118afd #11fd84

Monochromatic Colors of #11fdfa

#11fdfa

Complementary Color

#11fdfa #fd1114

#11fdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11fdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#11fdfa Color CSS Codes

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

#11fdfa Text Font Color

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

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


#11fdfa Background Color

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

This div background color is #11fdfa


#11fdfa Border Color

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

This div border color is #11fdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11fdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.