Color Hex Logo

#13edeb Color Hex

#13EDEB
(19,237,235)
0 Favorites   0 Comments

Color spaces of #13edeb

RGB 19237235
HSL0.500.860.50
HSV179°92°93°
CMYK 0.920.000.01   0.07
XYZ45.548166.705089.0720
Yxy66.70500.22620.3313
Hunter Lab81.6731-43.3807-7.4900
CIE-Lab85.3548-45.6003-12.3001

#13edeb color RGB value is (19,237,235).

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

The process color (four color CMYK) of #13edeb color hex is 0.92, 0.00, 0.01, 0.07. Web safe color of #13edeb is #00ffff. Color #13edeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101101 11101011
Octal 23 355 353
Decimal 19 237 235
Hex 13 ED EB

RGB Percentages of Color #13edeb

%3.87
%48.27
%47.86

CMYK Percentages of Color #13edeb

%92
%0
%1
%7

Triadic Colors of #13edeb

#13edeb #eb13ed #edeb13

Analogous Colors of #13edeb

#13edeb #1382ed #13ed7e

Monochromatic Colors of #13edeb

#13edeb

Complementary Color

#13edeb #ed1315

#13edeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13edeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13edeb Color CSS Codes

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

#13edeb Text Font Color

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

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


#13edeb Background Color

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

This div background color is #13edeb


#13edeb Border Color

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

This div border color is #13edeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13edeb


Comments

No comments written yet.

Please login to write comment.