Color Hex Logo

#13cbeb Color Hex

#13CBEB
(19,203,235)
0 Favorites   0 Comments

Color spaces of #13cbeb

RGB 19203235
HSL0.520.850.50
HSV189°92°92°
CMYK 0.920.140.00   0.08
XYZ36.619948.848586.0959
Yxy48.84850.21340.2847
Hunter Lab69.8917-28.7850-24.1120
CIE-Lab75.3570-29.9520-27.4308

#13cbeb color RGB value is (19,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001011 11101011
Octal 23 313 353
Decimal 19 203 235
Hex 13 CB EB

RGB Percentages of Color #13cbeb

%4.16
%44.42
%51.42

CMYK Percentages of Color #13cbeb

%92
%14
%0
%8

Triadic Colors of #13cbeb

#13cbeb #eb13cb #cbeb13

Analogous Colors of #13cbeb

#13cbeb #135feb #13eb9f

Monochromatic Colors of #13cbeb

#13cbeb

Complementary Color

#13cbeb #eb3313

#13cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cbeb Color CSS Codes

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

#13cbeb Text Font Color

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

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


#13cbeb Background Color

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

This div background color is #13cbeb


#13cbeb Border Color

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

This div border color is #13cbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cbeb


Comments

No comments written yet.

Please login to write comment.