Color Hex Logo

#13dbeb Color Hex

#13DBEB
(19,219,235)
0 Favorites   0 Comments

Color spaces of #13dbeb

RGB 19219235
HSL0.510.850.50
HSV184°92°92°
CMYK 0.920.070.00   0.08
XYZ40.595556.799687.4211
Yxy56.79960.21970.3073
Hunter Lab75.3655-35.7409-16.0183
CIE-Lab80.0667-37.5361-20.2546

#13dbeb color RGB value is (19,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011011 11101011
Octal 23 333 353
Decimal 19 219 235
Hex 13 DB EB

RGB Percentages of Color #13dbeb

%4.02
%46.30
%49.68

CMYK Percentages of Color #13dbeb

%92
%7
%0
%8

Triadic Colors of #13dbeb

#13dbeb #eb13db #dbeb13

Analogous Colors of #13dbeb

#13dbeb #136feb #13eb8f

Monochromatic Colors of #13dbeb

#13dbeb

Complementary Color

#13dbeb #eb2313

#13dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dbeb Color CSS Codes

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

#13dbeb Text Font Color

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

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


#13dbeb Background Color

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

This div background color is #13dbeb


#13dbeb Border Color

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

This div border color is #13dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dbeb


Comments

No comments written yet.

Please login to write comment.