Color Hex Logo

#13eaff Color Hex

#13EAFF
(19,234,255)
0 Favorites   0 Comments

Color spaces of #13eaff

RGB 19234255
HSL0.511.000.54
HSV185°93°100°
CMYK 0.930.080.00   0.00
XYZ47.741466.2041104.8702
Yxy66.20410.21820.3026
Hunter Lab81.3659-37.6555-19.4611
CIE-Lab85.1004-38.3218-23.2012

#13eaff color RGB value is (19,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101010 11111111
Octal 23 352 377
Decimal 19 234 255
Hex 13 EA FF

RGB Percentages of Color #13eaff

%3.74
%46.06
%50.20

CMYK Percentages of Color #13eaff

%93
%8
%0
%0

Triadic Colors of #13eaff

#13eaff #ff13ea #eaff13

Analogous Colors of #13eaff

#13eaff #1374ff #13ff9e

Monochromatic Colors of #13eaff

#13eaff

Complementary Color

#13eaff #ff2813

#13eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#13eaff Color CSS Codes

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

#13eaff Text Font Color

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

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


#13eaff Background Color

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

This div background color is #13eaff


#13eaff Border Color

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

This div border color is #13eaff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,234,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13eaff


Comments

No comments written yet.

Please login to write comment.