Color Hex Logo

#13adcd Color Hex

#13ADCD
(19,173,205)
0 Favorites   0 Comments

Color spaces of #13adcd

RGB 19173205
HSL0.530.830.44
HSV190°91°80°
CMYK 0.910.160.00   0.20
XYZ26.231634.433463.0214
Yxy34.43340.21210.2784
Hunter Lab58.6800-22.8954-22.6006
CIE-Lab65.3051-24.9173-26.4946

#13adcd color RGB value is (19,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101101 11001101
Octal 23 255 315
Decimal 19 173 205
Hex 13 AD CD

RGB Percentages of Color #13adcd

%4.79
%43.58
%51.64

CMYK Percentages of Color #13adcd

%91
%16
%0
%20

Triadic Colors of #13adcd

#13adcd #cd13ad #adcd13

Analogous Colors of #13adcd

#13adcd #1350cd #13cd90

Monochromatic Colors of #13adcd

#13adcd

Complementary Color

#13adcd #cd3313

#13adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#13adcd Color CSS Codes

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

#13adcd Text Font Color

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

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


#13adcd Background Color

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

This div background color is #13adcd


#13adcd Border Color

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

This div border color is #13adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13adcd


Comments

No comments written yet.

Please login to write comment.