Color Hex Logo

#148aeb Color Hex

#148AEB
(20,138,235)
0 Favorites   0 Comments

Color spaces of #148aeb

RGB 20138235
HSL0.580.840.50
HSV207°91°92°
CMYK 0.910.410.00   0.08
XYZ24.372424.323882.0077
Yxy24.32380.18650.1861
Hunter Lab49.31921.9021-64.0637
CIE-Lab56.41055.5413-57.1222

#148aeb color RGB value is (20,138,235).

#148aeb hex color red value is 20, green value is 138 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #148aeb hue: 0.58 , saturation: 0.84 and the lightness value of 148aeb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001010 11101011
Octal 24 212 353
Decimal 20 138 235
Hex 14 8A EB

RGB Percentages of Color #148aeb

%5.09
%35.11
%59.80

CMYK Percentages of Color #148aeb

%91
%41
%0
%8

Triadic Colors of #148aeb

#148aeb #eb148a #8aeb14

Analogous Colors of #148aeb

#148aeb #141feb #14ebe1

Monochromatic Colors of #148aeb

#148aeb

Complementary Color

#148aeb #eb7514

#148aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#148aeb Color CSS Codes

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

#148aeb Text Font Color

<p style="color:#148aeb">Text here</p>

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


#148aeb Background Color

<div style="background-color:#148aeb">
Div content here</div>

This div background color is #148aeb


#148aeb Border Color

<div style="border:3px solid #148aeb">
Div here</div>

This div border color is #148aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,138,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #148aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #148aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #148aeb;
  box-shadow:         1px 1px 3px 2px #148aeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,138,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 #148aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148aeb


Comments

No comments written yet.

Please login to write comment.