Color Hex Logo

#10ebfd Color Hex

#10EBFD
(16,235,253)
0 Favorites   0 Comments

Color spaces of #10ebfd

RGB 16235253
HSL0.510.980.53
HSV185°94°99°
CMYK 0.940.070.00   0.01
XYZ47.651666.6187103.2757
Yxy66.61870.21900.3062
Hunter Lab81.6203-38.6235-17.8866
CIE-Lab85.3110-39.4789-21.8319

#10ebfd color RGB value is (16,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 11101011 11111101
Octal 20 353 375
Decimal 16 235 253
Hex 10 EB FD

RGB Percentages of Color #10ebfd

%3.17
%46.63
%50.20

CMYK Percentages of Color #10ebfd

%94
%7
%0
%1

Triadic Colors of #10ebfd

#10ebfd #fd10eb #ebfd10

Analogous Colors of #10ebfd

#10ebfd #1075fd #10fd99

Monochromatic Colors of #10ebfd

#10ebfd

Complementary Color

#10ebfd #fd2210

#10ebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10ebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#10ebfd Color CSS Codes

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

#10ebfd Text Font Color

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

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


#10ebfd Background Color

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

This div background color is #10ebfd


#10ebfd Border Color

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

This div border color is #10ebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10ebfd


Comments

No comments written yet.

Please login to write comment.