Color Hex Logo

#13effe Color Hex

#13EFFE
(19,239,254)
0 Favorites   0 Comments

Color spaces of #13effe

RGB 19239254
HSL0.510.990.54
HSV184°93°100°
CMYK 0.930.060.00   0.00
XYZ49.024569.0272104.5057
Yxy69.02720.22030.3102
Hunter Lab83.0826-40.0672-16.4203
CIE-Lab86.5175-40.9007-20.5288

#13effe color RGB value is (19,239,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101111 11111110
Octal 23 357 376
Decimal 19 239 254
Hex 13 EF FE

RGB Percentages of Color #13effe

%3.71
%46.68
%49.61

CMYK Percentages of Color #13effe

%93
%6
%0
%0

Triadic Colors of #13effe

#13effe #fe13ef #effe13

Analogous Colors of #13effe

#13effe #137afe #13fe98

Monochromatic Colors of #13effe

#13effe

Complementary Color

#13effe #fe2213

#13effe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13effe Color Preview on White Background

Lorem ipsum dolor sit amet.

#13effe Color CSS Codes

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

#13effe Text Font Color

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

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


#13effe Background Color

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

This div background color is #13effe


#13effe Border Color

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

This div border color is #13effe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13effe

Related Colors


Comments

No comments written yet.

Please login to write comment.