Color Hex Logo

#13bbea Color Hex

#13BBEA
(19,187,234)
0 Favorites   0 Comments

Color spaces of #13bbea

RGB 19187234
HSL0.540.850.50
HSV193°92°92°
CMYK 0.920.200.00   0.08
XYZ32.890241.619684.1418
Yxy41.61960.20730.2623
Hunter Lab64.5133-21.8952-32.1701
CIE-Lab70.6079-22.2783-34.2090

#13bbea color RGB value is (19,187,234).

#13bbea hex color red value is 19, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #13bbea hue: 0.54 , saturation: 0.85 and the lightness value of 13bbea is 0.50.

The process color (four color CMYK) of #13bbea color hex is 0.92, 0.20, 0.00, 0.08. Web safe color of #13bbea is #00ccff. Color #13bbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111011 11101010
Octal 23 273 352
Decimal 19 187 234
Hex 13 BB EA

RGB Percentages of Color #13bbea

%4.32
%42.50
%53.18

CMYK Percentages of Color #13bbea

%92
%20
%0
%8

Triadic Colors of #13bbea

#13bbea #ea13bb #bbea13

Analogous Colors of #13bbea

#13bbea #134fea #13eaae

Monochromatic Colors of #13bbea

#13bbea

Complementary Color

#13bbea #ea4213

#13bbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13bbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#13bbea Color CSS Codes

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

#13bbea Text Font Color

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

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


#13bbea Background Color

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

This div background color is #13bbea


#13bbea Border Color

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

This div border color is #13bbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13bbea


Comments

No comments written yet.

Please login to write comment.