Color Hex Logo

#13ebbd Color Hex

#13EBBD
(19,235,189)
0 Favorites   0 Comments

Color spaces of #13ebbd

RGB 19235189
HSL0.460.850.50
HSV167°92°92°
CMYK 0.920.000.20   0.08
XYZ39.162263.229258.2845
Yxy63.22920.24370.3935
Hunter Lab79.5168-51.242712.2032
CIE-Lab83.5628-57.09029.2694

#13ebbd color RGB value is (19,235,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101011 10111101
Octal 23 353 275
Decimal 19 235 189
Hex 13 EB BD

RGB Percentages of Color #13ebbd

%4.29
%53.05
%42.66

CMYK Percentages of Color #13ebbd

%92
%0
%20
%8

Triadic Colors of #13ebbd

#13ebbd #bd13eb #ebbd13

Analogous Colors of #13ebbd

#13ebbd #13adeb #13eb51

Monochromatic Colors of #13ebbd

#13ebbd

Complementary Color

#13ebbd #eb1341

#13ebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ebbd Color CSS Codes

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

#13ebbd Text Font Color

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

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


#13ebbd Background Color

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

This div background color is #13ebbd


#13ebbd Border Color

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

This div border color is #13ebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ebbd


Comments

No comments written yet.

Please login to write comment.