Color Hex Logo

#15a4ba Color Hex

#15A4BA
(21,164,186)
0 Favorites   0 Comments

Color spaces of #15a4ba

RGB 21164186
HSL0.520.800.41
HSV188°89°73°
CMYK 0.890.120.00   0.27
XYZ22.447630.255551.1112
Yxy30.25550.21620.2914
Hunter Lab55.0050-23.4127-16.5894
CIE-Lab61.8741-26.6009-21.1693

#15a4ba color RGB value is (21,164,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10100100 10111010
Octal 25 244 272
Decimal 21 164 186
Hex 15 A4 BA

RGB Percentages of Color #15a4ba

%5.66
%44.20
%50.13

CMYK Percentages of Color #15a4ba

%89
%12
%0
%27

Triadic Colors of #15a4ba

#15a4ba #ba15a4 #a4ba15

Analogous Colors of #15a4ba

#15a4ba #1552ba #15ba7e

Monochromatic Colors of #15a4ba

#15a4ba

Complementary Color

#15a4ba #ba2b15

#15a4ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15a4ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#15a4ba Color CSS Codes

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

#15a4ba Text Font Color

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

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


#15a4ba Background Color

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

This div background color is #15a4ba


#15a4ba Border Color

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

This div border color is #15a4ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15a4ba


Comments

No comments written yet.

Please login to write comment.