Color Hex Logo

#13bdda Color Hex

#13BDDA
(19,189,218)
0 Favorites   0 Comments

Color spaces of #13bdda

RGB 19189218
HSL0.520.840.46
HSV189°91°85°
CMYK 0.910.130.00   0.15
XYZ31.121041.595672.7182
Yxy41.59560.21400.2860
Hunter Lab64.4947-26.7329-21.7037
CIE-Lab70.5912-28.6170-25.5248

#13bdda color RGB value is (19,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111101 11011010
Octal 23 275 332
Decimal 19 189 218
Hex 13 BD DA

RGB Percentages of Color #13bdda

%4.46
%44.37
%51.17

CMYK Percentages of Color #13bdda

%91
%13
%0
%15

Triadic Colors of #13bdda

#13bdda #da13bd #bdda13

Analogous Colors of #13bdda

#13bdda #135ada #13da94

Monochromatic Colors of #13bdda

#13bdda

Complementary Color

#13bdda #da3013

#13bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#13bdda Color CSS Codes

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

#13bdda Text Font Color

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

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


#13bdda Background Color

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

This div background color is #13bdda


#13bdda Border Color

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

This div border color is #13bdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13bdda


Comments

No comments written yet.

Please login to write comment.