Color Hex Logo

#15eeeb Color Hex

#15EEEB
(21,238,235)
0 Favorites   0 Comments

Color spaces of #15eeeb

RGB 21238235
HSL0.500.860.51
HSV179°91°93°
CMYK 0.910.000.01   0.07
XYZ45.879267.306789.1707
Yxy67.30670.22670.3326
Hunter Lab82.0407-43.7495-7.0143
CIE-Lab85.6586-45.9641-11.8453

#15eeeb color RGB value is (21,238,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11101110 11101011
Octal 25 356 353
Decimal 21 238 235
Hex 15 EE EB

RGB Percentages of Color #15eeeb

%4.25
%48.18
%47.57

CMYK Percentages of Color #15eeeb

%91
%0
%1
%7

Triadic Colors of #15eeeb

#15eeeb #eb15ee #eeeb15

Analogous Colors of #15eeeb

#15eeeb #1585ee #15ee7f

Monochromatic Colors of #15eeeb

#15eeeb

Complementary Color

#15eeeb #ee1518

#15eeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15eeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#15eeeb Color CSS Codes

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

#15eeeb Text Font Color

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

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


#15eeeb Background Color

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

This div background color is #15eeeb


#15eeeb Border Color

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

This div border color is #15eeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15eeeb


Comments

No comments written yet.

Please login to write comment.