Color Hex Logo

#13b4ed Color Hex

#13B4ED
(19,180,237)
0 Favorites   0 Comments

Color spaces of #13b4ed

RGB 19180237
HSL0.540.860.50
HSV196°92°93°
CMYK 0.920.240.00   0.07
XYZ31.875938.895485.9483
Yxy38.89540.20340.2482
Hunter Lab62.3662-17.9079-38.0526
CIE-Lab68.6754-17.5951-38.8449

#13b4ed color RGB value is (19,180,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10110100 11101101
Octal 23 264 355
Decimal 19 180 237
Hex 13 B4 ED

RGB Percentages of Color #13b4ed

%4.36
%41.28
%54.36

CMYK Percentages of Color #13b4ed

%92
%24
%0
%7

Triadic Colors of #13b4ed

#13b4ed #ed13b4 #b4ed13

Analogous Colors of #13b4ed

#13b4ed #1347ed #13edb9

Monochromatic Colors of #13b4ed

#13b4ed

Complementary Color

#13b4ed #ed4c13

#13b4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13b4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#13b4ed Color CSS Codes

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

#13b4ed Text Font Color

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

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


#13b4ed Background Color

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

This div background color is #13b4ed


#13b4ed Border Color

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

This div border color is #13b4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13b4ed


Comments

No comments written yet.

Please login to write comment.