Color Hex Logo

#13ebbb Color Hex

#13EBBB
(19,235,187)
0 Favorites   0 Comments

Color spaces of #13ebbb

RGB 19235187
HSL0.460.850.50
HSV167°92°92°
CMYK 0.920.000.20   0.08
XYZ38.946563.143057.1488
Yxy63.14300.24460.3965
Hunter Lab79.4626-51.572412.9829
CIE-Lab83.5176-57.579410.2530

#13ebbb color RGB value is (19,235,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101011 10111011
Octal 23 353 273
Decimal 19 235 187
Hex 13 EB BB

RGB Percentages of Color #13ebbb

%4.31
%53.29
%42.40

CMYK Percentages of Color #13ebbb

%92
%0
%20
%8

Triadic Colors of #13ebbb

#13ebbb #bb13eb #ebbb13

Analogous Colors of #13ebbb

#13ebbb #13afeb #13eb4f

Monochromatic Colors of #13ebbb

#13ebbb

Complementary Color

#13ebbb #eb1343

#13ebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ebbb Color CSS Codes

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

#13ebbb Text Font Color

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

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


#13ebbb Background Color

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

This div background color is #13ebbb


#13ebbb Border Color

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

This div border color is #13ebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ebbb


Comments

No comments written yet.

Please login to write comment.