Color Hex Logo

#08acae Color Hex

#08ACAE
(8,172,174)
0 Favorites   0 Comments

Color spaces of #08acae

RGB 8172174
HSL0.500.910.36
HSV181°95°68°
CMYK 0.950.010.00   0.32
XYZ22.492632.612745.1538
Yxy32.61270.22430.3253
Hunter Lab57.1075-29.6335-6.9042
CIE-Lab63.8461-34.8946-11.4791

#08acae color RGB value is (8,172,174).

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

The process color (four color CMYK) of #08acae color hex is 0.95, 0.01, 0.00, 0.32. Web safe color of #08acae is #009999. Color #08acae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10101100 10101110
Octal 10 254 256
Decimal 8 172 174
Hex 8 AC AE

RGB Percentages of Color #08acae

%2.26
%48.59
%49.15

CMYK Percentages of Color #08acae

%95
%1
%0
%32

Triadic Colors of #08acae

#08acae #ae08ac #acae08

Analogous Colors of #08acae

#08acae #0859ae #08ae5d

Monochromatic Colors of #08acae

#08acae

Complementary Color

#08acae #ae0a08

#08acae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08acae Color Preview on White Background

Lorem ipsum dolor sit amet.

#08acae Color CSS Codes

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

#08acae Text Font Color

<p style="color:#08acae">Text here</p>

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


#08acae Background Color

<div style="background-color:#08acae">
Div content here</div>

This div background color is #08acae


#08acae Border Color

<div style="border:3px solid #08acae">
Div here</div>

This div border color is #08acae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,172,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 #08acae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08acae


Comments

No comments written yet.

Please login to write comment.