Color Hex Logo

#07aabd Color Hex

#07AABD
(7,170,189)
0 Favorites   0 Comments

Color spaces of #07aabd

RGB 7170189
HSL0.520.930.38
HSV186°96°74°
CMYK 0.960.100.00   0.26
XYZ23.647732.468753.1648
Yxy32.46870.21640.2971
Hunter Lab56.9813-25.6384-15.4319
CIE-Lab63.7284-29.1813-20.0267

#07aabd color RGB value is (7,170,189).

#07aabd hex color red value is 7, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #07aabd hue: 0.52 , saturation: 0.93 and the lightness value of 07aabd is 0.38.

The process color (four color CMYK) of #07aabd color hex is 0.96, 0.10, 0.00, 0.26. Web safe color of #07aabd is #0099cc. Color #07aabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101010 10111101
Octal 7 252 275
Decimal 7 170 189
Hex 7 AA BD

RGB Percentages of Color #07aabd

%1.91
%46.45
%51.64

CMYK Percentages of Color #07aabd

%96
%10
%0
%26

Triadic Colors of #07aabd

#07aabd #bd07aa #aabd07

Analogous Colors of #07aabd

#07aabd #074fbd #07bd75

Monochromatic Colors of #07aabd

#07aabd

Complementary Color

#07aabd #bd1a07

#07aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#07aabd Color CSS Codes

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

#07aabd Text Font Color

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

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


#07aabd Background Color

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

This div background color is #07aabd


#07aabd Border Color

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

This div border color is #07aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07aabd


Comments

No comments written yet.

Please login to write comment.