Color Hex Logo

#148ffd Color Hex

#148FFD
(20,143,253)
0 Favorites   0 Comments

Color spaces of #148ffd

RGB 20143253
HSL0.580.980.54
HSV208°92°99°
CMYK 0.920.430.00   0.01
XYZ27.840626.885596.6506
Yxy26.88550.18390.1776
Hunter Lab51.85125.1028-74.2206
CIE-Lab58.86829.3524-63.1279

#148ffd color RGB value is (20,143,253).

#148ffd hex color red value is 20, green value is 143 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #148ffd hue: 0.58 , saturation: 0.98 and the lightness value of 148ffd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001111 11111101
Octal 24 217 375
Decimal 20 143 253
Hex 14 8F FD

RGB Percentages of Color #148ffd

%4.81
%34.38
%60.82

CMYK Percentages of Color #148ffd

%92
%43
%0
%1

Triadic Colors of #148ffd

#148ffd #fd148f #8ffd14

Analogous Colors of #148ffd

#148ffd #141afd #14fdf7

Monochromatic Colors of #148ffd

#148ffd

Complementary Color

#148ffd #fd8214

#148ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#148ffd Color CSS Codes

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

#148ffd Text Font Color

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

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


#148ffd Background Color

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

This div background color is #148ffd


#148ffd Border Color

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

This div border color is #148ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.