Color Hex Logo

#13fbae Color Hex

#13FBAE
(19,251,174)
0 Favorites   0 Comments

Color spaces of #13fbae

RGB 19251174
HSL0.440.970.53
HSV160°92°98°
CMYK 0.920.000.31   0.02
XYZ42.405772.188851.7432
Yxy72.18880.25490.4340
Hunter Lab84.9640-59.597323.3671
CIE-Lab88.0594-66.471523.3398

#13fbae color RGB value is (19,251,174).

#13fbae hex color red value is 19, green value is 251 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #13fbae hue: 0.44 , saturation: 0.97 and the lightness value of 13fbae is 0.53.

The process color (four color CMYK) of #13fbae color hex is 0.92, 0.00, 0.31, 0.02. Web safe color of #13fbae is #00ff99. Color #13fbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11111011 10101110
Octal 23 373 256
Decimal 19 251 174
Hex 13 FB AE

RGB Percentages of Color #13fbae

%4.28
%56.53
%39.19

CMYK Percentages of Color #13fbae

%92
%0
%31
%2

Triadic Colors of #13fbae

#13fbae #ae13fb #fbae13

Analogous Colors of #13fbae

#13fbae #13d4fb #13fb3a

Monochromatic Colors of #13fbae

#13fbae

Complementary Color

#13fbae #fb1360

#13fbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13fbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#13fbae Color CSS Codes

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

#13fbae Text Font Color

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

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


#13fbae Background Color

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

This div background color is #13fbae


#13fbae Border Color

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

This div border color is #13fbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13fbae

Related Colors


Comments

No comments written yet.

Please login to write comment.