Color Hex Logo

#15abbe Color Hex

#15ABBE
(21,171,190)
0 Favorites   0 Comments

Color spaces of #15abbe

RGB 21171190
HSL0.520.800.41
HSV187°89°75°
CMYK 0.890.100.00   0.25
XYZ24.166433.003053.8117
Yxy33.00300.21780.2974
Hunter Lab57.4482-25.4459-15.3231
CIE-Lab64.1633-28.7734-19.9130

#15abbe color RGB value is (21,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101011 10111110
Octal 25 253 276
Decimal 21 171 190
Hex 15 AB BE

RGB Percentages of Color #15abbe

%5.50
%44.76
%49.74

CMYK Percentages of Color #15abbe

%89
%10
%0
%25

Triadic Colors of #15abbe

#15abbe #be15ab #abbe15

Analogous Colors of #15abbe

#15abbe #1556be #15be7d

Monochromatic Colors of #15abbe

#15abbe

Complementary Color

#15abbe #be2815

#15abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#15abbe Color CSS Codes

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

#15abbe Text Font Color

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

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


#15abbe Background Color

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

This div background color is #15abbe


#15abbe Border Color

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

This div border color is #15abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15abbe


Comments

No comments written yet.

Please login to write comment.