Color Hex Logo

#13afdf Color Hex

#13AFDF
(19,175,223)
0 Favorites   0 Comments

Color spaces of #13afdf

RGB 19175223
HSL0.540.840.47
HSV194°91°87°
CMYK 0.910.220.00   0.13
XYZ28.917836.126175.2609
Yxy36.12610.20610.2575
Hunter Lab60.1050-19.3036-32.1669
CIE-Lab66.6162-19.8154-34.3926

#13afdf color RGB value is (19,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101111 11011111
Octal 23 257 337
Decimal 19 175 223
Hex 13 AF DF

RGB Percentages of Color #13afdf

%4.56
%41.97
%53.48

CMYK Percentages of Color #13afdf

%91
%22
%0
%13

Triadic Colors of #13afdf

#13afdf #df13af #afdf13

Analogous Colors of #13afdf

#13afdf #1349df #13dfa9

Monochromatic Colors of #13afdf

#13afdf

Complementary Color

#13afdf #df4313

#13afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#13afdf Color CSS Codes

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

#13afdf Text Font Color

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

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


#13afdf Background Color

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

This div background color is #13afdf


#13afdf Border Color

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

This div border color is #13afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13afdf


Comments

No comments written yet.

Please login to write comment.