Color Hex Logo

#128dfb Color Hex

#128DFB
(18,141,251)
0 Favorites   0 Comments

Color spaces of #128dfb

RGB 18141251
HSL0.580.970.53
HSV208°93°98°
CMYK 0.930.440.00   0.02
XYZ27.186926.143494.8801
Yxy26.14340.18340.1764
Hunter Lab51.13065.4325-74.2296
CIE-Lab58.17299.7297-63.1457

#128dfb color RGB value is (18,141,251).

#128dfb hex color red value is 18, green value is 141 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #128dfb hue: 0.58 , saturation: 0.97 and the lightness value of 128dfb is 0.53.

The process color (four color CMYK) of #128dfb color hex is 0.93, 0.44, 0.00, 0.02. Web safe color of #128dfb is #0099ff. Color #128dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10001101 11111011
Octal 22 215 373
Decimal 18 141 251
Hex 12 8D FB

RGB Percentages of Color #128dfb

%4.39
%34.39
%61.22

CMYK Percentages of Color #128dfb

%93
%44
%0
%2

Triadic Colors of #128dfb

#128dfb #fb128d #8dfb12

Analogous Colors of #128dfb

#128dfb #1218fb #12fbf5

Monochromatic Colors of #128dfb

#128dfb

Complementary Color

#128dfb #fb8012

#128dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#128dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#128dfb Color CSS Codes

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

#128dfb Text Font Color

<p style="color:#128dfb">Text here</p>

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


#128dfb Background Color

<div style="background-color:#128dfb">
Div content here</div>

This div background color is #128dfb


#128dfb Border Color

<div style="border:3px solid #128dfb">
Div here</div>

This div border color is #128dfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,141,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #128dfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #128dfb;
  -webkit-box-shadow: 1px 1px 3px 2px #128dfb;
  box-shadow:         1px 1px 3px 2px #128dfb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #128dfb


Comments

No comments written yet.

Please login to write comment.