Color Hex Logo

#13bcda Color Hex

#13BCDA
(19,188,218)
0 Favorites   0 Comments

Color spaces of #13bcda

RGB 19188218
HSL0.530.840.46
HSV189°91°85°
CMYK 0.910.140.00   0.15
XYZ30.906741.166872.6467
Yxy41.16680.21360.2845
Hunter Lab64.1614-26.2984-22.2182
CIE-Lab70.2926-28.1228-25.9822

#13bcda color RGB value is (19,188,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111100 11011010
Octal 23 274 332
Decimal 19 188 218
Hex 13 BC DA

RGB Percentages of Color #13bcda

%4.47
%44.24
%51.29

CMYK Percentages of Color #13bcda

%91
%14
%0
%15

Triadic Colors of #13bcda

#13bcda #da13bc #bcda13

Analogous Colors of #13bcda

#13bcda #1359da #13da95

Monochromatic Colors of #13bcda

#13bcda

Complementary Color

#13bcda #da3113

#13bcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13bcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#13bcda Color CSS Codes

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

#13bcda Text Font Color

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

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


#13bcda Background Color

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

This div background color is #13bcda


#13bcda Border Color

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

This div border color is #13bcda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,188,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 #13bcda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13bcda


Comments

No comments written yet.

Please login to write comment.