Color Hex Logo

#07aada Color Hex

#07AADA
(7,170,218)
0 Favorites   0 Comments

Color spaces of #07aada

RGB 7170218
HSL0.540.940.44
HSV194°97°85°
CMYK 0.970.220.00   0.15
XYZ27.117233.856671.4354
Yxy33.85660.20480.2557
Hunter Lab58.1864-18.6381-32.0598
CIE-Lab64.8486-19.3265-34.3918

#07aada color RGB value is (7,170,218).

#07aada hex color red value is 7, green value is 170 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #07aada hue: 0.54 , saturation: 0.94 and the lightness value of 07aada is 0.44.

The process color (four color CMYK) of #07aada color hex is 0.97, 0.22, 0.00, 0.15. Web safe color of #07aada is #0099cc. Color #07aada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101010 11011010
Octal 7 252 332
Decimal 7 170 218
Hex 7 AA DA

RGB Percentages of Color #07aada

%1.77
%43.04
%55.19

CMYK Percentages of Color #07aada

%97
%22
%0
%15

Triadic Colors of #07aada

#07aada #da07aa #aada07

Analogous Colors of #07aada

#07aada #0741da #07daa1

Monochromatic Colors of #07aada

#07aada

Complementary Color

#07aada #da3707

#07aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#07aada Color CSS Codes

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

#07aada Text Font Color

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

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


#07aada Background Color

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

This div background color is #07aada


#07aada Border Color

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

This div border color is #07aada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07aada


Comments

No comments written yet.

Please login to write comment.