Color Hex Logo

#15deb2 Color Hex

#15DEB2
(21,222,178)
0 Favorites   0 Comments

Color spaces of #15deb2

RGB 21222178
HSL0.460.830.48
HSV167°91°87°
CMYK 0.910.000.20   0.13
XYZ34.466455.616351.0379
Yxy55.61630.24420.3941
Hunter Lab74.5763-48.012611.6271
CIE-Lab79.3949-54.63349.1134

#15deb2 color RGB value is (21,222,178).

#15deb2 hex color red value is 21, green value is 222 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #15deb2 hue: 0.46 , saturation: 0.83 and the lightness value of 15deb2 is 0.48.

The process color (four color CMYK) of #15deb2 color hex is 0.91, 0.00, 0.20, 0.13. Web safe color of #15deb2 is #00cc99. Color #15deb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11011110 10110010
Octal 25 336 262
Decimal 21 222 178
Hex 15 DE B2

RGB Percentages of Color #15deb2

%4.99
%52.73
%42.28

CMYK Percentages of Color #15deb2

%91
%0
%20
%13

Triadic Colors of #15deb2

#15deb2 #b215de #deb215

Analogous Colors of #15deb2

#15deb2 #15a6de #15de4e

Monochromatic Colors of #15deb2

#15deb2

Complementary Color

#15deb2 #de1541

#15deb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15deb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#15deb2 Color CSS Codes

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

#15deb2 Text Font Color

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

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


#15deb2 Background Color

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

This div background color is #15deb2


#15deb2 Border Color

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

This div border color is #15deb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15deb2


Comments

No comments written yet.

Please login to write comment.