Color Hex Logo

#15acbd Color Hex

#15ACBD
(21,172,189)
0 Favorites   0 Comments

Color spaces of #15acbd

RGB 21172189
HSL0.520.800.41
HSV186°89°74°
CMYK 0.890.090.00   0.26
XYZ24.247133.338653.3012
Yxy33.33860.21870.3007
Hunter Lab57.7396-26.0852-14.3147
CIE-Lab64.4341-29.5885-18.9444

#15acbd color RGB value is (21,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101100 10111101
Octal 25 254 275
Decimal 21 172 189
Hex 15 AC BD

RGB Percentages of Color #15acbd

%5.50
%45.03
%49.48

CMYK Percentages of Color #15acbd

%89
%9
%0
%26

Triadic Colors of #15acbd

#15acbd #bd15ac #acbd15

Analogous Colors of #15acbd

#15acbd #1558bd #15bd7a

Monochromatic Colors of #15acbd

#15acbd

Complementary Color

#15acbd #bd2615

#15acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#15acbd Color CSS Codes

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

#15acbd Text Font Color

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

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


#15acbd Background Color

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

This div background color is #15acbd


#15acbd Border Color

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

This div border color is #15acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15acbd


Comments

No comments written yet.

Please login to write comment.