Color Hex Logo

#15eeef Color Hex

#15EEEF
(21,238,239)
0 Favorites   0 Comments

Color spaces of #15eeef

RGB 21238239
HSL0.500.870.51
HSV180°91°94°
CMYK 0.910.000.00   0.06
XYZ46.463867.540592.2491
Yxy67.54050.22530.3275
Hunter Lab82.1830-42.9018-9.0239
CIE-Lab85.7762-44.8120-13.7716

#15eeef color RGB value is (21,238,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11101110 11101111
Octal 25 356 357
Decimal 21 238 239
Hex 15 EE EF

RGB Percentages of Color #15eeef

%4.22
%47.79
%47.99

CMYK Percentages of Color #15eeef

%91
%0
%0
%6

Triadic Colors of #15eeef

#15eeef #ef15ee #eeef15

Analogous Colors of #15eeef

#15eeef #1581ef #15ef83

Monochromatic Colors of #15eeef

#15eeef

Complementary Color

#15eeef #ef1615

#15eeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15eeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#15eeef Color CSS Codes

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

#15eeef Text Font Color

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

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


#15eeef Background Color

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

This div background color is #15eeef


#15eeef Border Color

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

This div border color is #15eeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15eeef


Comments

No comments written yet.

Please login to write comment.