Color Hex Logo

#088dae Color Hex

#088DAE
(8,141,174)
0 Favorites   0 Comments

Color spaces of #088dae

RGB 8141174
HSL0.530.910.36
HSV192°95°68°
CMYK 0.950.190.00   0.32
XYZ17.265022.157443.4112
Yxy22.15740.20840.2675
Hunter Lab47.0716-16.9049-21.7293
CIE-Lab54.1936-19.3894-26.1775

#088dae color RGB value is (8,141,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001101 10101110
Octal 10 215 256
Decimal 8 141 174
Hex 8 8D AE

RGB Percentages of Color #088dae

%2.48
%43.65
%53.87

CMYK Percentages of Color #088dae

%95
%19
%0
%32

Triadic Colors of #088dae

#088dae #ae088d #8dae08

Analogous Colors of #088dae

#088dae #083aae #08ae7c

Monochromatic Colors of #088dae

#088dae

Complementary Color

#088dae #ae2908

#088dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#088dae Color CSS Codes

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

#088dae Text Font Color

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

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


#088dae Background Color

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

This div background color is #088dae


#088dae Border Color

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

This div border color is #088dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088dae


Comments

No comments written yet.

Please login to write comment.