Color Hex Logo

#15eaeb Color Hex

#15EAEB
(21,234,235)
0 Favorites   0 Comments

Color spaces of #15eaeb

RGB 21234235
HSL0.500.840.50
HSV180°91°92°
CMYK 0.910.000.00   0.08
XYZ44.727565.003288.7868
Yxy65.00320.22530.3274
Hunter Lab80.6246-42.0678-8.8552
CIE-Lab84.4854-44.2170-13.5992

#15eaeb color RGB value is (21,234,235).

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

The process color (four color CMYK) of #15eaeb color hex is 0.91, 0.00, 0.00, 0.08. Web safe color of #15eaeb is #00ffff. Color #15eaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11101010 11101011
Octal 25 352 353
Decimal 21 234 235
Hex 15 EA EB

RGB Percentages of Color #15eaeb

%4.29
%47.76
%47.96

CMYK Percentages of Color #15eaeb

%91
%0
%0
%8

Triadic Colors of #15eaeb

#15eaeb #eb15ea #eaeb15

Analogous Colors of #15eaeb

#15eaeb #157feb #15eb81

Monochromatic Colors of #15eaeb

#15eaeb

Complementary Color

#15eaeb #eb1615

#15eaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15eaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#15eaeb Color CSS Codes

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

#15eaeb Text Font Color

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

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


#15eaeb Background Color

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

This div background color is #15eaeb


#15eaeb Border Color

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

This div border color is #15eaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,234,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 #15eaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15eaeb


Comments

No comments written yet.

Please login to write comment.