Color Hex Logo

#148cec Color Hex

#148CEC
(20,140,236)
0 Favorites   0 Comments

Color spaces of #148cec

RGB 20140236
HSL0.570.850.50
HSV207°92°93°
CMYK 0.920.410.00   0.07
XYZ24.806924.961082.8674
Yxy24.96100.18700.1882
Hunter Lab49.96101.1981-63.3682
CIE-Lab57.03744.7159-56.6750

#148cec color RGB value is (20,140,236).

#148cec hex color red value is 20, green value is 140 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #148cec hue: 0.57 , saturation: 0.85 and the lightness value of 148cec is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001100 11101100
Octal 24 214 354
Decimal 20 140 236
Hex 14 8C EC

RGB Percentages of Color #148cec

%5.05
%35.35
%59.60

CMYK Percentages of Color #148cec

%92
%41
%0
%7

Triadic Colors of #148cec

#148cec #ec148c #8cec14

Analogous Colors of #148cec

#148cec #1420ec #14ece0

Monochromatic Colors of #148cec

#148cec

Complementary Color

#148cec #ec7414

#148cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#148cec Color CSS Codes

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

#148cec Text Font Color

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

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


#148cec Background Color

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

This div background color is #148cec


#148cec Border Color

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

This div border color is #148cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148cec


Comments

No comments written yet.

Please login to write comment.