Color Hex Logo

#13adee Color Hex

#13ADEE
(19,173,238)
0 Favorites   0 Comments

Color spaces of #13adee

RGB 19173238
HSL0.550.870.50
HSV198°92°93°
CMYK 0.920.270.00   0.07
XYZ30.644736.198686.2608
Yxy36.19860.20020.2364
Hunter Lab60.1653-14.3717-42.8902
CIE-Lab66.6714-13.4884-42.5239

#13adee color RGB value is (19,173,238).

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

The process color (four color CMYK) of #13adee color hex is 0.92, 0.27, 0.00, 0.07. Web safe color of #13adee is #0099ff. Color #13adee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101101 11101110
Octal 23 255 356
Decimal 19 173 238
Hex 13 AD EE

RGB Percentages of Color #13adee

%4.42
%40.23
%55.35

CMYK Percentages of Color #13adee

%92
%27
%0
%7

Triadic Colors of #13adee

#13adee #ee13ad #adee13

Analogous Colors of #13adee

#13adee #1340ee #13eec2

Monochromatic Colors of #13adee

#13adee

Complementary Color

#13adee #ee5413

#13adee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13adee Color Preview on White Background

Lorem ipsum dolor sit amet.

#13adee Color CSS Codes

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

#13adee Text Font Color

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

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


#13adee Background Color

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

This div background color is #13adee


#13adee Border Color

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

This div border color is #13adee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13adee


Comments

No comments written yet.

Please login to write comment.