Color Hex Logo

#15eafd Color Hex

#15EAFD
(21,234,253)
0 Favorites   0 Comments

Color spaces of #15eafd

RGB 21234253
HSL0.510.980.54
HSV185°92°99°
CMYK 0.920.080.00   0.01
XYZ47.461766.0969103.1850
Yxy66.09690.21900.3050
Hunter Lab81.3000-38.0694-18.3402
CIE-Lab85.0458-38.8642-22.2316

#15eafd color RGB value is (21,234,253).

#15eafd hex color red value is 21, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #15eafd hue: 0.51 , saturation: 0.98 and the lightness value of 15eafd is 0.54.

The process color (four color CMYK) of #15eafd color hex is 0.92, 0.08, 0.00, 0.01. Web safe color of #15eafd is #00ffff. Color #15eafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11101010 11111101
Octal 25 352 375
Decimal 21 234 253
Hex 15 EA FD

RGB Percentages of Color #15eafd

%4.13
%46.06
%49.80

CMYK Percentages of Color #15eafd

%92
%8
%0
%1

Triadic Colors of #15eafd

#15eafd #fd15ea #eafd15

Analogous Colors of #15eafd

#15eafd #1576fd #15fd9c

Monochromatic Colors of #15eafd

#15eafd

Complementary Color

#15eafd #fd2815

#15eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#15eafd Color CSS Codes

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

#15eafd Text Font Color

<p style="color:#15eafd">Text here</p>

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


#15eafd Background Color

<div style="background-color:#15eafd">
Div content here</div>

This div background color is #15eafd


#15eafd Border Color

<div style="border:3px solid #15eafd">
Div here</div>

This div border color is #15eafd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,234,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15eafd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15eafd;
  -webkit-box-shadow: 1px 1px 3px 2px #15eafd;
  box-shadow:         1px 1px 3px 2px #15eafd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,234,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 #15eafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15eafd


Comments

No comments written yet.

Please login to write comment.