Color Hex Logo

#15edad Color Hex

#15EDAD
(21,237,173)
0 Favorites   0 Comments

Color spaces of #15edad

RGB 21237173
HSL0.450.860.51
HSV162°91°93°
CMYK 0.910.000.27   0.07
XYZ38.136363.744949.8292
Yxy63.74490.25140.4202
Hunter Lab79.8404-54.459018.8848
CIE-Lab83.8328-61.531418.0011

#15edad color RGB value is (21,237,173).

#15edad hex color red value is 21, green value is 237 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #15edad hue: 0.45 , saturation: 0.86 and the lightness value of 15edad is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11101101 10101101
Octal 25 355 255
Decimal 21 237 173
Hex 15 ED AD

RGB Percentages of Color #15edad

%4.87
%54.99
%40.14

CMYK Percentages of Color #15edad

%91
%0
%27
%7

Triadic Colors of #15edad

#15edad #ad15ed #edad15

Analogous Colors of #15edad

#15edad #15c1ed #15ed41

Monochromatic Colors of #15edad

#15edad

Complementary Color

#15edad #ed1555

#15edad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15edad Color Preview on White Background

Lorem ipsum dolor sit amet.

#15edad Color CSS Codes

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

#15edad Text Font Color

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

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


#15edad Background Color

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

This div background color is #15edad


#15edad Border Color

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

This div border color is #15edad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,237,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15edad


Comments

No comments written yet.

Please login to write comment.