Color Hex Logo

#088eb2 Color Hex

#088EB2
(8,142,178)
0 Favorites   0 Comments

Color spaces of #088eb2

RGB 8142178
HSL0.540.910.36
HSV193°96°70°
CMYK 0.960.200.00   0.30
XYZ17.809022.612045.5454
Yxy22.61200.20720.2630
Hunter Lab47.5521-16.3651-23.5015
CIE-Lab54.6704-18.5012-27.7292

#088eb2 color RGB value is (8,142,178).

#088eb2 hex color red value is 8, green value is 142 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #088eb2 hue: 0.54 , saturation: 0.91 and the lightness value of 088eb2 is 0.36.

The process color (four color CMYK) of #088eb2 color hex is 0.96, 0.20, 0.00, 0.30. Web safe color of #088eb2 is #009999. Color #088eb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001110 10110010
Octal 10 216 262
Decimal 8 142 178
Hex 8 8E B2

RGB Percentages of Color #088eb2

%2.44
%43.29
%54.27

CMYK Percentages of Color #088eb2

%96
%20
%0
%30

Triadic Colors of #088eb2

#088eb2 #b2088e #8eb208

Analogous Colors of #088eb2

#088eb2 #0839b2 #08b281

Monochromatic Colors of #088eb2

#088eb2

Complementary Color

#088eb2 #b22c08

#088eb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088eb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#088eb2 Color CSS Codes

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

#088eb2 Text Font Color

<p style="color:#088eb2">Text here</p>

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


#088eb2 Background Color

<div style="background-color:#088eb2">
Div content here</div>

This div background color is #088eb2


#088eb2 Border Color

<div style="border:3px solid #088eb2">
Div here</div>

This div border color is #088eb2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,142,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #088eb2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #088eb2;
  -webkit-box-shadow: 1px 1px 3px 2px #088eb2;
  box-shadow:         1px 1px 3px 2px #088eb2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,142,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088eb2


Comments

No comments written yet.

Please login to write comment.