Color Hex Logo

#07acae Color Hex

#07ACAE
(7,172,174)
0 Favorites   0 Comments

Color spaces of #07acae

RGB 7172174
HSL0.500.920.35
HSV181°96°68°
CMYK 0.960.010.00   0.32
XYZ22.480132.606245.1532
Yxy32.60620.22430.3253
Hunter Lab57.1018-29.6556-6.9122
CIE-Lab63.8408-34.9291-11.4876

#07acae color RGB value is (7,172,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101100 10101110
Octal 7 254 256
Decimal 7 172 174
Hex 7 AC AE

RGB Percentages of Color #07acae

%1.98
%48.73
%49.29

CMYK Percentages of Color #07acae

%96
%1
%0
%32

Triadic Colors of #07acae

#07acae #ae07ac #acae07

Analogous Colors of #07acae

#07acae #0759ae #07ae5d

Monochromatic Colors of #07acae

#07acae

Complementary Color

#07acae #ae0907

#07acae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07acae Color Preview on White Background

Lorem ipsum dolor sit amet.

#07acae Color CSS Codes

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

#07acae Text Font Color

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

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


#07acae Background Color

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

This div background color is #07acae


#07acae Border Color

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

This div border color is #07acae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07acae


Comments

No comments written yet.

Please login to write comment.