Color Hex Logo

#13bbeb Color Hex

#13BBEB
(19,187,235)
0 Favorites   0 Comments

Color spaces of #13bbeb

RGB 19187235
HSL0.540.850.50
HSV193°92°92°
CMYK 0.920.200.00   0.08
XYZ33.034341.677384.9007
Yxy41.67730.20700.2611
Hunter Lab64.5580-21.6380-32.7822
CIE-Lab70.6479-21.9388-34.6902

#13bbeb color RGB value is (19,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111011 11101011
Octal 23 273 353
Decimal 19 187 235
Hex 13 BB EB

RGB Percentages of Color #13bbeb

%4.31
%42.40
%53.29

CMYK Percentages of Color #13bbeb

%92
%20
%0
%8

Triadic Colors of #13bbeb

#13bbeb #eb13bb #bbeb13

Analogous Colors of #13bbeb

#13bbeb #134feb #13ebaf

Monochromatic Colors of #13bbeb

#13bbeb

Complementary Color

#13bbeb #eb4313

#13bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13bbeb Color CSS Codes

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

#13bbeb Text Font Color

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

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


#13bbeb Background Color

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

This div background color is #13bbeb


#13bbeb Border Color

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

This div border color is #13bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13bbeb


Comments

No comments written yet.

Please login to write comment.