Color Hex Logo

#148edd Color Hex

#148EDD
(20,142,221)
0 Favorites   0 Comments

Color spaces of #148edd

RGB 20142221
HSL0.570.830.47
HSV204°91°87°
CMYK 0.910.360.00   0.13
XYZ23.012624.715271.9642
Yxy24.71520.19230.2065
Hunter Lab49.7144-4.3732-51.0253
CIE-Lab56.7969-2.1449-48.7018

#148edd color RGB value is (20,142,221).

#148edd hex color red value is 20, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #148edd hue: 0.57 , saturation: 0.83 and the lightness value of 148edd is 0.47.

The process color (four color CMYK) of #148edd color hex is 0.91, 0.36, 0.00, 0.13. Web safe color of #148edd is #0099cc. Color #148edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001110 11011101
Octal 24 216 335
Decimal 20 142 221
Hex 14 8E DD

RGB Percentages of Color #148edd

%5.22
%37.08
%57.70

CMYK Percentages of Color #148edd

%91
%36
%0
%13

Triadic Colors of #148edd

#148edd #dd148e #8edd14

Analogous Colors of #148edd

#148edd #142add #14ddc8

Monochromatic Colors of #148edd

#148edd

Complementary Color

#148edd #dd6314

#148edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#148edd Color CSS Codes

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

#148edd Text Font Color

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

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


#148edd Background Color

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

This div background color is #148edd


#148edd Border Color

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

This div border color is #148edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148edd


Comments

No comments written yet.

Please login to write comment.