Color Hex Logo

#13afda Color Hex

#13AFDA
(19,175,218)
0 Favorites   0 Comments

Color spaces of #13afda

RGB 19175218
HSL0.540.840.46
HSV193°91°85°
CMYK 0.910.200.00   0.15
XYZ28.253435.860371.7623
Yxy35.86030.20790.2639
Hunter Lab59.8835-20.5786-29.1327
CIE-Lab66.4130-21.5354-31.9591

#13afda color RGB value is (19,175,218).

#13afda hex color red value is 19, green value is 175 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #13afda hue: 0.54 , saturation: 0.84 and the lightness value of 13afda is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101111 11011010
Octal 23 257 332
Decimal 19 175 218
Hex 13 AF DA

RGB Percentages of Color #13afda

%4.61
%42.48
%52.91

CMYK Percentages of Color #13afda

%91
%20
%0
%15

Triadic Colors of #13afda

#13afda #da13af #afda13

Analogous Colors of #13afda

#13afda #134cda #13daa2

Monochromatic Colors of #13afda

#13afda

Complementary Color

#13afda #da3e13

#13afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#13afda Color CSS Codes

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

#13afda Text Font Color

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

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


#13afda Background Color

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

This div background color is #13afda


#13afda Border Color

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

This div border color is #13afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13afda


Comments

No comments written yet.

Please login to write comment.