Color Hex Logo

#15ebbc Color Hex

#15EBBC
(21,235,188)
0 Favorites   0 Comments

Color spaces of #15ebbc

RGB 21235188
HSL0.460.840.50
HSV167°91°92°
CMYK 0.910.000.20   0.08
XYZ39.094763.206957.7166
Yxy63.20690.24430.3950
Hunter Lab79.5028-51.354212.6092
CIE-Lab83.5511-57.25369.7784

#15ebbc color RGB value is (21,235,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11101011 10111100
Octal 25 353 274
Decimal 21 235 188
Hex 15 EB BC

RGB Percentages of Color #15ebbc

%4.73
%52.93
%42.34

CMYK Percentages of Color #15ebbc

%91
%0
%20
%8

Triadic Colors of #15ebbc

#15ebbc #bc15eb #ebbc15

Analogous Colors of #15ebbc

#15ebbc #15afeb #15eb51

Monochromatic Colors of #15ebbc

#15ebbc

Complementary Color

#15ebbc #eb1544

#15ebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15ebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#15ebbc Color CSS Codes

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

#15ebbc Text Font Color

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

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


#15ebbc Background Color

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

This div background color is #15ebbc


#15ebbc Border Color

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

This div border color is #15ebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15ebbc


Comments

No comments written yet.

Please login to write comment.