Color Hex Logo

#149ebf Color Hex

#149EBF
(20,158,191)
0 Favorites   0 Comments

Color spaces of #149ebf

RGB 20158191
HSL0.530.810.41
HSV192°90°75°
CMYK 0.900.170.00   0.25
XYZ21.919328.364053.6098
Yxy28.36400.21100.2730
Hunter Lab53.2579-19.7361-22.4013
CIE-Lab60.2162-21.8987-26.5204

#149ebf color RGB value is (20,158,191).

#149ebf hex color red value is 20, green value is 158 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #149ebf hue: 0.53 , saturation: 0.81 and the lightness value of 149ebf is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011110 10111111
Octal 24 236 277
Decimal 20 158 191
Hex 14 9E BF

RGB Percentages of Color #149ebf

%5.42
%42.82
%51.76

CMYK Percentages of Color #149ebf

%90
%17
%0
%25

Triadic Colors of #149ebf

#149ebf #bf149e #9ebf14

Analogous Colors of #149ebf

#149ebf #1449bf #14bf8b

Monochromatic Colors of #149ebf

#149ebf

Complementary Color

#149ebf #bf3514

#149ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#149ebf Color CSS Codes

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

#149ebf Text Font Color

<p style="color:#149ebf">Text here</p>

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


#149ebf Background Color

<div style="background-color:#149ebf">
Div content here</div>

This div background color is #149ebf


#149ebf Border Color

<div style="border:3px solid #149ebf">
Div here</div>

This div border color is #149ebf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,158,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #149ebf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #149ebf;
  -webkit-box-shadow: 1px 1px 3px 2px #149ebf;
  box-shadow:         1px 1px 3px 2px #149ebf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,158,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149ebf


Comments

No comments written yet.

Please login to write comment.