Color Hex Logo

#088ead Color Hex

#088EAD
(8,142,173)
0 Favorites   0 Comments

Color spaces of #088ead

RGB 8142173
HSL0.530.910.35
HSV191°95°68°
CMYK 0.950.180.00   0.32
XYZ17.316022.414842.9490
Yxy22.41480.20940.2711
Hunter Lab47.3443-17.5667-20.6447
CIE-Lab54.4644-20.2780-25.1863

#088ead color RGB value is (8,142,173).

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

The process color (four color CMYK) of #088ead color hex is 0.95, 0.18, 0.00, 0.32. Web safe color of #088ead is #009999. Color #088ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001110 10101101
Octal 10 216 255
Decimal 8 142 173
Hex 8 8E AD

RGB Percentages of Color #088ead

%2.48
%43.96
%53.56

CMYK Percentages of Color #088ead

%95
%18
%0
%32

Triadic Colors of #088ead

#088ead #ad088e #8ead08

Analogous Colors of #088ead

#088ead #083cad #08ad7a

Monochromatic Colors of #088ead

#088ead

Complementary Color

#088ead #ad2708

#088ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#088ead Color CSS Codes

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

#088ead Text Font Color

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

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


#088ead Background Color

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

This div background color is #088ead


#088ead Border Color

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

This div border color is #088ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088ead


Comments

No comments written yet.

Please login to write comment.