Color Hex Logo

#13badc Color Hex

#13BADC
(19,186,220)
0 Favorites   0 Comments

Color spaces of #13badc

RGB 19186220
HSL0.530.840.47
HSV190°91°86°
CMYK 0.910.150.00   0.14
XYZ30.745740.423673.8922
Yxy40.42360.21190.2787
Hunter Lab63.5796-24.9455-24.4012
CIE-Lab69.7702-26.4690-27.8761

#13badc color RGB value is (19,186,220).

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

The process color (four color CMYK) of #13badc color hex is 0.91, 0.15, 0.00, 0.14. Web safe color of #13badc is #00cccc. Color #13badc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111010 11011100
Octal 23 272 334
Decimal 19 186 220
Hex 13 BA DC

RGB Percentages of Color #13badc

%4.47
%43.76
%51.76

CMYK Percentages of Color #13badc

%91
%15
%0
%14

Triadic Colors of #13badc

#13badc #dc13ba #badc13

Analogous Colors of #13badc

#13badc #1355dc #13dc9a

Monochromatic Colors of #13badc

#13badc

Complementary Color

#13badc #dc3513

#13badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#13badc Color CSS Codes

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

#13badc Text Font Color

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

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


#13badc Background Color

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

This div background color is #13badc


#13badc Border Color

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

This div border color is #13badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13badc


Comments

No comments written yet.

Please login to write comment.