Color Hex Logo

#07aaf9 Color Hex

#07AAF9
(7,170,249)
0 Favorites   0 Comments

Color spaces of #07aaf9

RGB 7170249
HSL0.550.950.50
HSV200°97°98°
CMYK 0.970.320.00   0.02
XYZ31.561235.634294.8372
Yxy35.63420.19480.2199
Hunter Lab59.6944-10.0899-52.4087
CIE-Lab66.2395-8.2423-49.2091

#07aaf9 color RGB value is (7,170,249).

#07aaf9 hex color red value is 7, green value is 170 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #07aaf9 hue: 0.55 , saturation: 0.95 and the lightness value of 07aaf9 is 0.50.

The process color (four color CMYK) of #07aaf9 color hex is 0.97, 0.32, 0.00, 0.02. Web safe color of #07aaf9 is #0099ff. Color #07aaf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101010 11111001
Octal 7 252 371
Decimal 7 170 249
Hex 7 AA F9

RGB Percentages of Color #07aaf9

%1.64
%39.91
%58.45

CMYK Percentages of Color #07aaf9

%97
%32
%0
%2

Triadic Colors of #07aaf9

#07aaf9 #f907aa #aaf907

Analogous Colors of #07aaf9

#07aaf9 #0731f9 #07f9cf

Monochromatic Colors of #07aaf9

#07aaf9

Complementary Color

#07aaf9 #f95607

#07aaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07aaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07aaf9 Color CSS Codes

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

#07aaf9 Text Font Color

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

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


#07aaf9 Background Color

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

This div background color is #07aaf9


#07aaf9 Border Color

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

This div border color is #07aaf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07aaf9


Comments

No comments written yet.

Please login to write comment.