Color Hex Logo

#13baee Color Hex

#13BAEE
(19,186,238)
0 Favorites   0 Comments

Color spaces of #13baee

RGB 19186238
HSL0.540.870.50
HSV194°92°93°
CMYK 0.920.220.00   0.07
XYZ33.260141.429387.1326
Yxy41.42930.20550.2560
Hunter Lab64.3656-20.4022-35.2058
CIE-Lab70.4757-20.3974-36.5862

#13baee color RGB value is (19,186,238).

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

The process color (four color CMYK) of #13baee color hex is 0.92, 0.22, 0.00, 0.07. Web safe color of #13baee is #00ccff. Color #13baee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111010 11101110
Octal 23 272 356
Decimal 19 186 238
Hex 13 BA EE

RGB Percentages of Color #13baee

%4.29
%41.99
%53.72

CMYK Percentages of Color #13baee

%92
%22
%0
%7

Triadic Colors of #13baee

#13baee #ee13ba #baee13

Analogous Colors of #13baee

#13baee #134dee #13eeb5

Monochromatic Colors of #13baee

#13baee

Complementary Color

#13baee #ee4713

#13baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#13baee Color CSS Codes

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

#13baee Text Font Color

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

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


#13baee Background Color

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

This div background color is #13baee


#13baee Border Color

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

This div border color is #13baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13baee


Comments

No comments written yet.

Please login to write comment.