Color Hex Logo

#148aed Color Hex

#148AED
(20,138,237)
0 Favorites   0 Comments

Color spaces of #148aed

RGB 20138237
HSL0.580.860.50
HSV207°92°93°
CMYK 0.920.420.00   0.07
XYZ24.663024.440183.5383
Yxy24.44010.18590.1843
Hunter Lab49.43692.5351-65.5821
CIE-Lab56.52586.3022-58.0486

#148aed color RGB value is (20,138,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001010 11101101
Octal 24 212 355
Decimal 20 138 237
Hex 14 8A ED

RGB Percentages of Color #148aed

%5.06
%34.94
%60.00

CMYK Percentages of Color #148aed

%92
%42
%0
%7

Triadic Colors of #148aed

#148aed #ed148a #8aed14

Analogous Colors of #148aed

#148aed #141eed #14ede4

Monochromatic Colors of #148aed

#148aed

Complementary Color

#148aed #ed7714

#148aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#148aed Color CSS Codes

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

#148aed Text Font Color

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

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


#148aed Background Color

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

This div background color is #148aed


#148aed Border Color

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

This div border color is #148aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148aed


Comments

No comments written yet.

Please login to write comment.