Color Hex Logo

#13adbb Color Hex

#13ADBB
(19,173,187)
0 Favorites   0 Comments

Color spaces of #13adbb

RGB 19173187
HSL0.510.820.40
HSV185°90°73°
CMYK 0.900.070.00   0.27
XYZ24.181833.613452.2272
Yxy33.61340.21980.3055
Hunter Lab57.9771-27.0088-12.8260
CIE-Lab64.6545-30.8234-17.4986

#13adbb color RGB value is (19,173,187).

#13adbb hex color red value is 19, green value is 173 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #13adbb hue: 0.51 , saturation: 0.82 and the lightness value of 13adbb is 0.40.

The process color (four color CMYK) of #13adbb color hex is 0.90, 0.07, 0.00, 0.27. Web safe color of #13adbb is #0099cc. Color #13adbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101101 10111011
Octal 23 255 273
Decimal 19 173 187
Hex 13 AD BB

RGB Percentages of Color #13adbb

%5.01
%45.65
%49.34

CMYK Percentages of Color #13adbb

%90
%7
%0
%27

Triadic Colors of #13adbb

#13adbb #bb13ad #adbb13

Analogous Colors of #13adbb

#13adbb #1359bb #13bb75

Monochromatic Colors of #13adbb

#13adbb

Complementary Color

#13adbb #bb2113

#13adbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13adbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13adbb Color CSS Codes

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

#13adbb Text Font Color

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

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


#13adbb Background Color

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

This div background color is #13adbb


#13adbb Border Color

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

This div border color is #13adbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13adbb


Comments

No comments written yet.

Please login to write comment.