Color Hex Logo

#158cbe Color Hex

#158CBE
(21,140,190)
0 Favorites   0 Comments

Color spaces of #158cbe

RGB 21140190
HSL0.550.800.41
HSV198°89°75°
CMYK 0.890.260.00   0.25
XYZ18.981622.633352.0834
Yxy22.63330.20260.2416
Hunter Lab47.5745-12.0361-31.6072
CIE-Lab54.6926-12.4503-34.5305

#158cbe color RGB value is (21,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10001100 10111110
Octal 25 214 276
Decimal 21 140 190
Hex 15 8C BE

RGB Percentages of Color #158cbe

%5.98
%39.89
%54.13

CMYK Percentages of Color #158cbe

%89
%26
%0
%25

Triadic Colors of #158cbe

#158cbe #be158c #8cbe15

Analogous Colors of #158cbe

#158cbe #1538be #15be9c

Monochromatic Colors of #158cbe

#158cbe

Complementary Color

#158cbe #be4715

#158cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#158cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#158cbe Color CSS Codes

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

#158cbe Text Font Color

<p style="color:#158cbe">Text here</p>

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


#158cbe Background Color

<div style="background-color:#158cbe">
Div content here</div>

This div background color is #158cbe


#158cbe Border Color

<div style="border:3px solid #158cbe">
Div here</div>

This div border color is #158cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #158cbe


Comments

No comments written yet.

Please login to write comment.