Color Hex Logo

#15edea Color Hex

#15EDEA
(21,237,234)
0 Favorites   0 Comments

Color spaces of #15edea

RGB 21237234
HSL0.500.860.51
HSV179°91°93°
CMYK 0.910.000.01   0.07
XYZ45.444766.668388.3150
Yxy66.66830.22670.3326
Hunter Lab81.6507-43.5400-6.9738
CIE-Lab85.3362-45.8164-11.8008

#15edea color RGB value is (21,237,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11101101 11101010
Octal 25 355 352
Decimal 21 237 234
Hex 15 ED EA

RGB Percentages of Color #15edea

%4.27
%48.17
%47.56

CMYK Percentages of Color #15edea

%91
%0
%1
%7

Triadic Colors of #15edea

#15edea #ea15ed #edea15

Analogous Colors of #15edea

#15edea #1584ed #15ed7e

Monochromatic Colors of #15edea

#15edea

Complementary Color

#15edea #ed1518

#15edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#15edea Color CSS Codes

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

#15edea Text Font Color

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

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


#15edea Background Color

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

This div background color is #15edea


#15edea Border Color

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

This div border color is #15edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15edea


Comments

No comments written yet.

Please login to write comment.