Color Hex Logo

#13bceb Color Hex

#13BCEB
(19,188,235)
0 Favorites   0 Comments

Color spaces of #13bceb

RGB 19188235
HSL0.540.850.50
HSV193°92°92°
CMYK 0.920.200.00   0.08
XYZ33.247242.103084.9717
Yxy42.10300.20740.2626
Hunter Lab64.8868-22.0908-32.2217
CIE-Lab70.9419-22.4525-34.2345

#13bceb color RGB value is (19,188,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111100 11101011
Octal 23 274 353
Decimal 19 188 235
Hex 13 BC EB

RGB Percentages of Color #13bceb

%4.30
%42.53
%53.17

CMYK Percentages of Color #13bceb

%92
%20
%0
%8

Triadic Colors of #13bceb

#13bceb #eb13bc #bceb13

Analogous Colors of #13bceb

#13bceb #1350eb #13ebae

Monochromatic Colors of #13bceb

#13bceb

Complementary Color

#13bceb #eb4213

#13bceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13bceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13bceb Color CSS Codes

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

#13bceb Text Font Color

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

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


#13bceb Background Color

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

This div background color is #13bceb


#13bceb Border Color

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

This div border color is #13bceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,188,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 #13bceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13bceb


Comments

No comments written yet.

Please login to write comment.