Color Hex Logo

#159ace Color Hex

#159ACE
(21,154,206)
0 Favorites   0 Comments

Color spaces of #159ace

RGB 21154206
HSL0.550.810.45
HSV197°90°81°
CMYK 0.900.250.00   0.19
XYZ23.005427.726962.5318
Yxy27.72690.20310.2448
Hunter Lab52.6563-14.1625-33.5501
CIE-Lab59.6412-14.4375-35.8272

#159ace color RGB value is (21,154,206).

#159ace hex color red value is 21, green value is 154 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #159ace hue: 0.55 , saturation: 0.81 and the lightness value of 159ace is 0.45.

The process color (four color CMYK) of #159ace color hex is 0.90, 0.25, 0.00, 0.19. Web safe color of #159ace is #0099cc. Color #159ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011010 11001110
Octal 25 232 316
Decimal 21 154 206
Hex 15 9A CE

RGB Percentages of Color #159ace

%5.51
%40.42
%54.07

CMYK Percentages of Color #159ace

%90
%25
%0
%19

Triadic Colors of #159ace

#159ace #ce159a #9ace15

Analogous Colors of #159ace

#159ace #153ece #15cea6

Monochromatic Colors of #159ace

#159ace

Complementary Color

#159ace #ce4915

#159ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#159ace Color CSS Codes

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

#159ace Text Font Color

<p style="color:#159ace">Text here</p>

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


#159ace Background Color

<div style="background-color:#159ace">
Div content here</div>

This div background color is #159ace


#159ace Border Color

<div style="border:3px solid #159ace">
Div here</div>

This div border color is #159ace


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,154,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #159ace; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #159ace;
  -webkit-box-shadow: 1px 1px 3px 2px #159ace;
  box-shadow:         1px 1px 3px 2px #159ace; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159ace


Comments

No comments written yet.

Please login to write comment.