Color Hex Logo

#15aceb Color Hex

#15ACEB
(21,172,235)
0 Favorites   0 Comments

Color spaces of #15aceb

RGB 21172235
HSL0.550.840.50
HSV198°91°92°
CMYK 0.910.270.00   0.08
XYZ30.057235.662683.8967
Yxy35.66260.20090.2384
Hunter Lab59.7182-14.6646-41.4925
CIE-Lab66.2613-13.9260-41.5247

#15aceb color RGB value is (21,172,235).

#15aceb hex color red value is 21, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #15aceb hue: 0.55 , saturation: 0.84 and the lightness value of 15aceb is 0.50.

The process color (four color CMYK) of #15aceb color hex is 0.91, 0.27, 0.00, 0.08. Web safe color of #15aceb is #0099ff. Color #15aceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101100 11101011
Octal 25 254 353
Decimal 21 172 235
Hex 15 AC EB

RGB Percentages of Color #15aceb

%4.91
%40.19
%54.91

CMYK Percentages of Color #15aceb

%91
%27
%0
%8

Triadic Colors of #15aceb

#15aceb #eb15ac #aceb15

Analogous Colors of #15aceb

#15aceb #1541eb #15ebbf

Monochromatic Colors of #15aceb

#15aceb

Complementary Color

#15aceb #eb5415

#15aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#15aceb Color CSS Codes

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

#15aceb Text Font Color

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

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


#15aceb Background Color

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

This div background color is #15aceb


#15aceb Border Color

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

This div border color is #15aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15aceb


Comments

No comments written yet.

Please login to write comment.