Color Hex Logo

#07aeaf Color Hex

#07AEAF
(7,174,175)
0 Favorites   0 Comments

Color spaces of #07aeaf

RGB 7174175
HSL0.500.920.36
HSV180°96°69°
CMYK 0.960.010.00   0.31
XYZ22.961533.412445.7965
Yxy33.41240.22470.3270
Hunter Lab57.8035-30.2498-6.5118
CIE-Lab64.4935-35.5507-11.0673

#07aeaf color RGB value is (7,174,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101110 10101111
Octal 7 256 257
Decimal 7 174 175
Hex 7 AE AF

RGB Percentages of Color #07aeaf

%1.97
%48.88
%49.16

CMYK Percentages of Color #07aeaf

%96
%1
%0
%31

Triadic Colors of #07aeaf

#07aeaf #af07ae #aeaf07

Analogous Colors of #07aeaf

#07aeaf #075aaf #07af5c

Monochromatic Colors of #07aeaf

#07aeaf

Complementary Color

#07aeaf #af0807

#07aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#07aeaf Color CSS Codes

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

#07aeaf Text Font Color

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

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


#07aeaf Background Color

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

This div background color is #07aeaf


#07aeaf Border Color

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

This div border color is #07aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07aeaf


Comments

No comments written yet.

Please login to write comment.