Color Hex Logo

#13eafd Color Hex

#13EAFD
(19,234,253)
0 Favorites   0 Comments

Color spaces of #13eafd

RGB 19234253
HSL0.510.980.53
HSV185°92°99°
CMYK 0.920.080.00   0.01
XYZ47.421066.0759103.1831
Yxy66.07590.21890.3049
Hunter Lab81.2871-38.1196-18.3598
CIE-Lab85.0351-38.9315-22.2489

#13eafd color RGB value is (19,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101010 11111101
Octal 23 352 375
Decimal 19 234 253
Hex 13 EA FD

RGB Percentages of Color #13eafd

%3.75
%46.25
%50.00

CMYK Percentages of Color #13eafd

%92
%8
%0
%1

Triadic Colors of #13eafd

#13eafd #fd13ea #eafd13

Analogous Colors of #13eafd

#13eafd #1375fd #13fd9b

Monochromatic Colors of #13eafd

#13eafd

Complementary Color

#13eafd #fd2613

#13eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#13eafd Color CSS Codes

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

#13eafd Text Font Color

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

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


#13eafd Background Color

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

This div background color is #13eafd


#13eafd Border Color

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

This div border color is #13eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13eafd

Related Colors


Comments

No comments written yet.

Please login to write comment.