Color Hex Logo

#149dee Color Hex

#149DEE
(20,157,238)
0 Favorites   0 Comments

Color spaces of #149dee

RGB 20157238
HSL0.560.870.51
HSV202°92°93°
CMYK 0.920.340.00   0.07
XYZ27.778130.435785.2995
Yxy30.43570.19360.2121
Hunter Lab55.1686-6.6679-53.0539
CIE-Lab62.0283-4.5176-49.8392

#149dee color RGB value is (20,157,238).

#149dee hex color red value is 20, green value is 157 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #149dee hue: 0.56 , saturation: 0.87 and the lightness value of 149dee is 0.51.

The process color (four color CMYK) of #149dee color hex is 0.92, 0.34, 0.00, 0.07. Web safe color of #149dee is #0099ff. Color #149dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011101 11101110
Octal 24 235 356
Decimal 20 157 238
Hex 14 9D EE

RGB Percentages of Color #149dee

%4.82
%37.83
%57.35

CMYK Percentages of Color #149dee

%92
%34
%0
%7

Triadic Colors of #149dee

#149dee #ee149d #9dee14

Analogous Colors of #149dee

#149dee #1430ee #14eed2

Monochromatic Colors of #149dee

#149dee

Complementary Color

#149dee #ee6514

#149dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#149dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#149dee Color CSS Codes

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

#149dee Text Font Color

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

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


#149dee Background Color

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

This div background color is #149dee


#149dee Border Color

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

This div border color is #149dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #149dee


Comments

No comments written yet.

Please login to write comment.