Color Hex Logo

#128bcd Color Hex

#128BCD
(18,139,205)
0 Favorites   0 Comments

Color spaces of #128bcd

RGB 18139205
HSL0.560.840.44
HSV201°91°80°
CMYK 0.910.320.00   0.20
XYZ20.501523.001661.1168
Yxy23.00160.19600.2199
Hunter Lab47.9600-7.6264-41.9830
CIE-Lab55.0740-6.4930-42.4382

#128bcd color RGB value is (18,139,205).

#128bcd hex color red value is 18, green value is 139 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #128bcd hue: 0.56 , saturation: 0.84 and the lightness value of 128bcd is 0.44.

The process color (four color CMYK) of #128bcd color hex is 0.91, 0.32, 0.00, 0.20. Web safe color of #128bcd is #0099cc. Color #128bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10001011 11001101
Octal 22 213 315
Decimal 18 139 205
Hex 12 8B CD

RGB Percentages of Color #128bcd

%4.97
%38.40
%56.63

CMYK Percentages of Color #128bcd

%91
%32
%0
%20

Triadic Colors of #128bcd

#128bcd #cd128b #8bcd12

Analogous Colors of #128bcd

#128bcd #122dcd #12cdb2

Monochromatic Colors of #128bcd

#128bcd

Complementary Color

#128bcd #cd5412

#128bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#128bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#128bcd Color CSS Codes

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

#128bcd Text Font Color

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

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


#128bcd Background Color

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

This div background color is #128bcd


#128bcd Border Color

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

This div border color is #128bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #128bcd


Comments

No comments written yet.

Please login to write comment.