Color Hex Logo

#13bbdd Color Hex

#13BBDD
(19,187,221)
0 Favorites   0 Comments

Color spaces of #13bbdd

RGB 19187221
HSL0.530.840.47
HSV190°91°87°
CMYK 0.910.150.00   0.13
XYZ31.090040.899674.6624
Yxy40.89960.21200.2789
Hunter Lab63.9528-25.1414-24.4518
CIE-Lab70.1055-26.6380-27.9065

#13bbdd color RGB value is (19,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111011 11011101
Octal 23 273 335
Decimal 19 187 221
Hex 13 BB DD

RGB Percentages of Color #13bbdd

%4.45
%43.79
%51.76

CMYK Percentages of Color #13bbdd

%91
%15
%0
%13

Triadic Colors of #13bbdd

#13bbdd #dd13bb #bbdd13

Analogous Colors of #13bbdd

#13bbdd #1356dd #13dd9a

Monochromatic Colors of #13bbdd

#13bbdd

Complementary Color

#13bbdd #dd3513

#13bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#13bbdd Color CSS Codes

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

#13bbdd Text Font Color

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

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


#13bbdd Background Color

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

This div background color is #13bbdd


#13bbdd Border Color

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

This div border color is #13bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13bbdd


Comments

No comments written yet.

Please login to write comment.