Color Hex Logo

#13abbd Color Hex

#13ABBD
(19,171,189)
0 Favorites   0 Comments

Color spaces of #13abbd

RGB 19171189
HSL0.520.820.41
HSV186°90°74°
CMYK 0.900.100.00   0.26
XYZ24.016832.938453.2360
Yxy32.93840.21800.2989
Hunter Lab57.3920-25.7392-14.8222
CIE-Lab64.1110-29.2028-19.4373

#13abbd color RGB value is (19,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101011 10111101
Octal 23 253 275
Decimal 19 171 189
Hex 13 AB BD

RGB Percentages of Color #13abbd

%5.01
%45.12
%49.87

CMYK Percentages of Color #13abbd

%90
%10
%0
%26

Triadic Colors of #13abbd

#13abbd #bd13ab #abbd13

Analogous Colors of #13abbd

#13abbd #1356bd #13bd7a

Monochromatic Colors of #13abbd

#13abbd

Complementary Color

#13abbd #bd2513

#13abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#13abbd Color CSS Codes

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

#13abbd Text Font Color

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

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


#13abbd Background Color

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

This div background color is #13abbd


#13abbd Border Color

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

This div border color is #13abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13abbd


Comments

No comments written yet.

Please login to write comment.