Color Hex Logo

#13ebef Color Hex

#13EBEF
(19,235,239)
0 Favorites   0 Comments

Color spaces of #13ebef

RGB 19235239
HSL0.500.870.51
HSV181°92°94°
CMYK 0.920.020.00   0.06
XYZ45.556965.787191.9584
Yxy65.78710.22410.3236
Hunter Lab81.1092-41.6825-10.4441
CIE-Lab84.8877-43.5619-15.1044

#13ebef color RGB value is (19,235,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101011 11101111
Octal 23 353 357
Decimal 19 235 239
Hex 13 EB EF

RGB Percentages of Color #13ebef

%3.85
%47.67
%48.48

CMYK Percentages of Color #13ebef

%92
%2
%0
%6

Triadic Colors of #13ebef

#13ebef #ef13eb #ebef13

Analogous Colors of #13ebef

#13ebef #137def #13ef85

Monochromatic Colors of #13ebef

#13ebef

Complementary Color

#13ebef #ef1713

#13ebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ebef Color CSS Codes

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

#13ebef Text Font Color

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

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


#13ebef Background Color

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

This div background color is #13ebef


#13ebef Border Color

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

This div border color is #13ebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ebef


Comments

No comments written yet.

Please login to write comment.