Color Hex Logo

#15ebae Color Hex

#15EBAE
(21,235,174)
0 Favorites   0 Comments

Color spaces of #15ebae

RGB 21235174
HSL0.450.840.50
HSV163°91°92°
CMYK 0.910.000.26   0.08
XYZ37.657662.632150.1488
Yxy62.63210.25030.4163
Hunter Lab79.1404-53.559717.8281
CIE-Lab83.2484-60.562216.6648

#15ebae color RGB value is (21,235,174).

#15ebae hex color red value is 21, green value is 235 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #15ebae hue: 0.45 , saturation: 0.84 and the lightness value of 15ebae is 0.50.

The process color (four color CMYK) of #15ebae color hex is 0.91, 0.00, 0.26, 0.08. Web safe color of #15ebae is #00ff99. Color #15ebae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11101011 10101110
Octal 25 353 256
Decimal 21 235 174
Hex 15 EB AE

RGB Percentages of Color #15ebae

%4.88
%54.65
%40.47

CMYK Percentages of Color #15ebae

%91
%0
%26
%8

Triadic Colors of #15ebae

#15ebae #ae15eb #ebae15

Analogous Colors of #15ebae

#15ebae #15bdeb #15eb43

Monochromatic Colors of #15ebae

#15ebae

Complementary Color

#15ebae #eb1552

#15ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#15ebae Color CSS Codes

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

#15ebae Text Font Color

<p style="color:#15ebae">Text here</p>

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


#15ebae Background Color

<div style="background-color:#15ebae">
Div content here</div>

This div background color is #15ebae


#15ebae Border Color

<div style="border:3px solid #15ebae">
Div here</div>

This div border color is #15ebae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,235,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15ebae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15ebae;
  -webkit-box-shadow: 1px 1px 3px 2px #15ebae;
  box-shadow:         1px 1px 3px 2px #15ebae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,235,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 #15ebae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15ebae


Comments

No comments written yet.

Please login to write comment.