Color Hex Logo

#128ceb Color Hex

#128CEB
(18,140,235)
0 Favorites   0 Comments

Color spaces of #128ceb

RGB 18140235
HSL0.570.860.50
HSV206°92°92°
CMYK 0.920.400.00   0.08
XYZ24.622924.882982.1024
Yxy24.88290.18710.1891
Hunter Lab49.88280.8155-62.6679
CIE-Lab56.96114.2526-56.2429

#128ceb color RGB value is (18,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10001100 11101011
Octal 22 214 353
Decimal 18 140 235
Hex 12 8C EB

RGB Percentages of Color #128ceb

%4.58
%35.62
%59.80

CMYK Percentages of Color #128ceb

%92
%40
%0
%8

Triadic Colors of #128ceb

#128ceb #eb128c #8ceb12

Analogous Colors of #128ceb

#128ceb #1220eb #12ebde

Monochromatic Colors of #128ceb

#128ceb

Complementary Color

#128ceb #eb7112

#128ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#128ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#128ceb Color CSS Codes

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

#128ceb Text Font Color

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

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


#128ceb Background Color

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

This div background color is #128ceb


#128ceb Border Color

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

This div border color is #128ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #128ceb


Comments

No comments written yet.

Please login to write comment.