Color Hex Logo

#11fcfa Color Hex

#11FCFA
(17,252,250)
0 Favorites   0 Comments

Color spaces of #11fcfa

RGB 17252250
HSL0.500.980.53
HSV179°93°99°
CMYK 0.930.000.01   0.01
XYZ52.296976.6421102.4796
Yxy76.64210.22600.3312
Hunter Lab87.5455-46.5743-8.1223
CIE-Lab90.1566-47.8561-12.9712

#11fcfa color RGB value is (17,252,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111100 11111010
Octal 21 374 372
Decimal 17 252 250
Hex 11 FC FA

RGB Percentages of Color #11fcfa

%3.28
%48.55
%48.17

CMYK Percentages of Color #11fcfa

%93
%0
%1
%1

Triadic Colors of #11fcfa

#11fcfa #fa11fc #fcfa11

Analogous Colors of #11fcfa

#11fcfa #1189fc #11fc85

Monochromatic Colors of #11fcfa

#11fcfa

Complementary Color

#11fcfa #fc1113

#11fcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11fcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#11fcfa Color CSS Codes

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

#11fcfa Text Font Color

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

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


#11fcfa Background Color

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

This div background color is #11fcfa


#11fcfa Border Color

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

This div border color is #11fcfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,252,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 #11fcfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11fcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.