Color Hex Logo

#15efda Color Hex

#15EFDA
(21,239,218)
0 Favorites   0 Comments

Color spaces of #15efda

RGB 21239218
HSL0.480.870.51
HSV174°91°94°
CMYK 0.910.000.09   0.06
XYZ43.830766.954476.9430
Yxy66.95440.23350.3567
Hunter Lab81.8257-47.57971.5259
CIE-Lab85.4809-51.1249-3.1749

#15efda color RGB value is (21,239,218).

#15efda hex color red value is 21, green value is 239 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #15efda hue: 0.48 , saturation: 0.87 and the lightness value of 15efda is 0.51.

The process color (four color CMYK) of #15efda color hex is 0.91, 0.00, 0.09, 0.06. Web safe color of #15efda is #00ffcc. Color #15efda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11101111 11011010
Octal 25 357 332
Decimal 21 239 218
Hex 15 EF DA

RGB Percentages of Color #15efda

%4.39
%50.00
%45.61

CMYK Percentages of Color #15efda

%91
%0
%9
%6

Triadic Colors of #15efda

#15efda #da15ef #efda15

Analogous Colors of #15efda

#15efda #1597ef #15ef6d

Monochromatic Colors of #15efda

#15efda

Complementary Color

#15efda #ef152a

#15efda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15efda Color Preview on White Background

Lorem ipsum dolor sit amet.

#15efda Color CSS Codes

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

#15efda Text Font Color

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

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


#15efda Background Color

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

This div background color is #15efda


#15efda Border Color

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

This div border color is #15efda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15efda


Comments

No comments written yet.

Please login to write comment.