Color Hex Logo

#0188eb Color Hex

#0188EB
(1,136,235)
0 Favorites   0 Comments

Color spaces of #0188eb

RGB 1136235
HSL0.570.990.46
HSV205°100°92°
CMYK 1.000.420.00   0.08
XYZ23.812123.612981.9000
Yxy23.61290.18410.1826
Hunter Lab48.59312.4325-65.9136
CIE-Lab55.69816.1590-58.2708

#0188eb color RGB value is (1,136,235).

#0188eb hex color red value is 1, green value is 136 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0188eb hue: 0.57 , saturation: 0.99 and the lightness value of 0188eb is 0.46.

The process color (four color CMYK) of #0188eb color hex is 1.00, 0.42, 0.00, 0.08. Web safe color of #0188eb is #0099ff. Color #0188eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001000 11101011
Octal 1 210 353
Decimal 1 136 235
Hex 1 88 EB

RGB Percentages of Color #0188eb

%0.27
%36.56
%63.17

CMYK Percentages of Color #0188eb

%100
%42
%0
%8

Triadic Colors of #0188eb

#0188eb #eb0188 #88eb01

Analogous Colors of #0188eb

#0188eb #0113eb #01ebd9

Monochromatic Colors of #0188eb

#0188eb

Complementary Color

#0188eb #eb6401

#0188eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0188eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0188eb Color CSS Codes

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

#0188eb Text Font Color

<p style="color:#0188eb">Text here</p>

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


#0188eb Background Color

<div style="background-color:#0188eb">
Div content here</div>

This div background color is #0188eb


#0188eb Border Color

<div style="border:3px solid #0188eb">
Div here</div>

This div border color is #0188eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,136,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0188eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0188eb;
  -webkit-box-shadow: 1px 1px 3px 2px #0188eb;
  box-shadow:         1px 1px 3px 2px #0188eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,136,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 #0188eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0188eb


Comments

No comments written yet.

Please login to write comment.