Color Hex Logo

#148ceb Color Hex

#148CEB
(20,140,235)
0 Favorites   0 Comments

Color spaces of #148ceb

RGB 20140235
HSL0.570.840.50
HSV207°91°92°
CMYK 0.910.400.00   0.08
XYZ24.662024.903082.1042
Yxy24.90300.18730.1891
Hunter Lab49.90290.8846-62.6166
CIE-Lab56.98084.3365-56.2103

#148ceb color RGB value is (20,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001100 11101011
Octal 24 214 353
Decimal 20 140 235
Hex 14 8C EB

RGB Percentages of Color #148ceb

%5.06
%35.44
%59.49

CMYK Percentages of Color #148ceb

%91
%40
%0
%8

Triadic Colors of #148ceb

#148ceb #eb148c #8ceb14

Analogous Colors of #148ceb

#148ceb #1421eb #14ebdf

Monochromatic Colors of #148ceb

#148ceb

Complementary Color

#148ceb #eb7314

#148ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#148ceb Color CSS Codes

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

#148ceb Text Font Color

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

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


#148ceb Background Color

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

This div background color is #148ceb


#148ceb Border Color

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

This div border color is #148ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148ceb


Comments

No comments written yet.

Please login to write comment.