Color Hex Logo

#07aaea Color Hex

#07AAEA
(7,170,234)
0 Favorites   0 Comments

Color spaces of #07aaea

RGB 7170234
HSL0.550.940.47
HSV197°97°92°
CMYK 0.970.270.00   0.08
XYZ29.313634.735183.0015
Yxy34.73510.19930.2362
Hunter Lab58.9365-14.3572-42.2438
CIE-Lab65.5419-13.6577-42.1105

#07aaea color RGB value is (7,170,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101010 11101010
Octal 7 252 352
Decimal 7 170 234
Hex 7 AA EA

RGB Percentages of Color #07aaea

%1.70
%41.36
%56.93

CMYK Percentages of Color #07aaea

%97
%27
%0
%8

Triadic Colors of #07aaea

#07aaea #ea07aa #aaea07

Analogous Colors of #07aaea

#07aaea #0739ea #07eab9

Monochromatic Colors of #07aaea

#07aaea

Complementary Color

#07aaea #ea4707

#07aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#07aaea Color CSS Codes

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

#07aaea Text Font Color

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

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


#07aaea Background Color

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

This div background color is #07aaea


#07aaea Border Color

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

This div border color is #07aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07aaea


Comments

No comments written yet.

Please login to write comment.