Color Hex Logo

#148def Color Hex

#148DEF
(20,141,239)
0 Favorites   0 Comments

Color spaces of #148def

RGB 20141239
HSL0.570.870.51
HSV207°92°94°
CMYK 0.920.410.00   0.06
XYZ25.393425.430585.2316
Yxy25.43050.18660.1869
Hunter Lab50.42871.6337-64.9085
CIE-Lab57.49255.2529-57.6107

#148def color RGB value is (20,141,239).

#148def hex color red value is 20, green value is 141 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #148def hue: 0.57 , saturation: 0.87 and the lightness value of 148def is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001101 11101111
Octal 24 215 357
Decimal 20 141 239
Hex 14 8D EF

RGB Percentages of Color #148def

%5.00
%35.25
%59.75

CMYK Percentages of Color #148def

%92
%41
%0
%6

Triadic Colors of #148def

#148def #ef148d #8def14

Analogous Colors of #148def

#148def #1420ef #14efe4

Monochromatic Colors of #148def

#148def

Complementary Color

#148def #ef7614

#148def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148def Color Preview on White Background

Lorem ipsum dolor sit amet.

#148def Color CSS Codes

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

#148def Text Font Color

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

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


#148def Background Color

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

This div background color is #148def


#148def Border Color

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

This div border color is #148def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148def


Comments

No comments written yet.

Please login to write comment.