Color Hex Logo

#13bbef Color Hex

#13BBEF
(19,187,239)
0 Favorites   0 Comments

Color spaces of #13bbef

RGB 19187239
HSL0.540.870.51
HSV194°92°94°
CMYK 0.920.220.00   0.06
XYZ33.618941.911187.9791
Yxy41.91110.20560.2563
Hunter Lab64.7388-20.5977-35.2571
CIE-Lab70.8096-20.5743-36.6098

#13bbef color RGB value is (19,187,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111011 11101111
Octal 23 273 357
Decimal 19 187 239
Hex 13 BB EF

RGB Percentages of Color #13bbef

%4.27
%42.02
%53.71

CMYK Percentages of Color #13bbef

%92
%22
%0
%6

Triadic Colors of #13bbef

#13bbef #ef13bb #bbef13

Analogous Colors of #13bbef

#13bbef #134def #13efb5

Monochromatic Colors of #13bbef

#13bbef

Complementary Color

#13bbef #ef4713

#13bbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13bbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#13bbef Color CSS Codes

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

#13bbef Text Font Color

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

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


#13bbef Background Color

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

This div background color is #13bbef


#13bbef Border Color

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

This div border color is #13bbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13bbef


Comments

No comments written yet.

Please login to write comment.