Color Hex Logo

#10edfd Color Hex

#10EDFD
(16,237,253)
0 Favorites   0 Comments

Color spaces of #10edfd

RGB 16237253
HSL0.510.980.53
HSV184°94°99°
CMYK 0.940.060.00   0.01
XYZ48.227567.7704103.4676
Yxy67.77040.21970.3088
Hunter Lab82.3228-39.4935-16.8928
CIE-Lab85.8915-40.3873-20.9527

#10edfd color RGB value is (16,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 11101101 11111101
Octal 20 355 375
Decimal 16 237 253
Hex 10 ED FD

RGB Percentages of Color #10edfd

%3.16
%46.84
%50.00

CMYK Percentages of Color #10edfd

%94
%6
%0
%1

Triadic Colors of #10edfd

#10edfd #fd10ed #edfd10

Analogous Colors of #10edfd

#10edfd #1077fd #10fd97

Monochromatic Colors of #10edfd

#10edfd

Complementary Color

#10edfd #fd2010

#10edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#10edfd Color CSS Codes

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

#10edfd Text Font Color

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

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


#10edfd Background Color

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

This div background color is #10edfd


#10edfd Border Color

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

This div border color is #10edfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,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 #10edfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10edfd


Comments

No comments written yet.

Please login to write comment.