Color Hex Logo

#15aebd Color Hex

#15AEBD
(21,174,189)
0 Favorites   0 Comments

Color spaces of #15aebd

RGB 21174189
HSL0.510.800.41
HSV185°89°74°
CMYK 0.890.080.00   0.26
XYZ24.630634.105753.4290
Yxy34.10570.21960.3041
Hunter Lab58.4001-26.9167-13.3631
CIE-Lab65.0464-30.5644-18.0147

#15aebd color RGB value is (21,174,189).

#15aebd hex color red value is 21, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #15aebd hue: 0.51 , saturation: 0.80 and the lightness value of 15aebd is 0.41.

The process color (four color CMYK) of #15aebd color hex is 0.89, 0.08, 0.00, 0.26. Web safe color of #15aebd is #0099cc. Color #15aebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101110 10111101
Octal 25 256 275
Decimal 21 174 189
Hex 15 AE BD

RGB Percentages of Color #15aebd

%5.47
%45.31
%49.22

CMYK Percentages of Color #15aebd

%89
%8
%0
%26

Triadic Colors of #15aebd

#15aebd #bd15ae #aebd15

Analogous Colors of #15aebd

#15aebd #155abd #15bd78

Monochromatic Colors of #15aebd

#15aebd

Complementary Color

#15aebd #bd2415

#15aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#15aebd Color CSS Codes

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

#15aebd Text Font Color

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

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


#15aebd Background Color

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

This div background color is #15aebd


#15aebd Border Color

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

This div border color is #15aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15aebd


Comments

No comments written yet.

Please login to write comment.