Color Hex Logo

#11edfd Color Hex

#11EDFD
(17,237,253)
0 Favorites   0 Comments

Color spaces of #11edfd

RGB 17237253
HSL0.510.980.53
HSV184°93°99°
CMYK 0.930.060.00   0.01
XYZ48.245067.7794103.4685
Yxy67.77940.21980.3088
Hunter Lab82.3282-39.4720-16.8847
CIE-Lab85.8960-40.3585-20.9455

#11edfd color RGB value is (17,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11101101 11111101
Octal 21 355 375
Decimal 17 237 253
Hex 11 ED FD

RGB Percentages of Color #11edfd

%3.35
%46.75
%49.90

CMYK Percentages of Color #11edfd

%93
%6
%0
%1

Triadic Colors of #11edfd

#11edfd #fd11ed #edfd11

Analogous Colors of #11edfd

#11edfd #1177fd #11fd97

Monochromatic Colors of #11edfd

#11edfd

Complementary Color

#11edfd #fd2111

#11edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#11edfd Color CSS Codes

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

#11edfd Text Font Color

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

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


#11edfd Background Color

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

This div background color is #11edfd


#11edfd Border Color

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

This div border color is #11edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11edfd

Related Colors


Comments

No comments written yet.

Please login to write comment.