Color Hex Logo

#13add2 Color Hex

#13ADD2
(19,173,210)
0 Favorites   0 Comments

Color spaces of #13add2

RGB 19173210
HSL0.530.830.45
HSV192°91°82°
CMYK 0.910.180.00   0.18
XYZ26.845034.678766.2516
Yxy34.67870.21010.2714
Hunter Lab58.8886-21.6840-25.4811
CIE-Lab65.4977-23.2296-28.9629

#13add2 color RGB value is (19,173,210).

#13add2 hex color red value is 19, green value is 173 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #13add2 hue: 0.53 , saturation: 0.83 and the lightness value of 13add2 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101101 11010010
Octal 23 255 322
Decimal 19 173 210
Hex 13 AD D2

RGB Percentages of Color #13add2

%4.73
%43.03
%52.24

CMYK Percentages of Color #13add2

%91
%18
%0
%18

Triadic Colors of #13add2

#13add2 #d213ad #add213

Analogous Colors of #13add2

#13add2 #134ed2 #13d298

Monochromatic Colors of #13add2

#13add2

Complementary Color

#13add2 #d23813

#13add2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13add2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13add2 Color CSS Codes

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

#13add2 Text Font Color

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

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


#13add2 Background Color

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

This div background color is #13add2


#13add2 Border Color

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

This div border color is #13add2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13add2


Comments

No comments written yet.

Please login to write comment.