Color Hex Logo

#13a6dd Color Hex

#13A6DD
(19,166,221)
0 Favorites   0 Comments

Color spaces of #13a6dd

RGB 19166221
HSL0.550.840.47
HSV196°91°87°
CMYK 0.910.250.00   0.13
XYZ26.955932.631373.2844
Yxy32.63130.20290.2456
Hunter Lab57.1238-15.7351-36.0767
CIE-Lab63.8613-15.7247-37.5807

#13a6dd color RGB value is (19,166,221).

#13a6dd hex color red value is 19, green value is 166 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #13a6dd hue: 0.55 , saturation: 0.84 and the lightness value of 13a6dd is 0.47.

The process color (four color CMYK) of #13a6dd color hex is 0.91, 0.25, 0.00, 0.13. Web safe color of #13a6dd is #0099cc. Color #13a6dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10100110 11011101
Octal 23 246 335
Decimal 19 166 221
Hex 13 A6 DD

RGB Percentages of Color #13a6dd

%4.68
%40.89
%54.43

CMYK Percentages of Color #13a6dd

%91
%25
%0
%13

Triadic Colors of #13a6dd

#13a6dd #dd13a6 #a6dd13

Analogous Colors of #13a6dd

#13a6dd #1341dd #13ddaf

Monochromatic Colors of #13a6dd

#13a6dd

Complementary Color

#13a6dd #dd4a13

#13a6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13a6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#13a6dd Color CSS Codes

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

#13a6dd Text Font Color

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

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


#13a6dd Background Color

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

This div background color is #13a6dd


#13a6dd Border Color

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

This div border color is #13a6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13a6dd


Comments

No comments written yet.

Please login to write comment.