Color Hex Logo

#7abadb Color Hex

#7ABADB
(122,186,219)
0 Favorites   0 Comments

Color spaces of #7abadb

RGB 122186219
HSL0.560.570.67
HSV200°44°86°
CMYK 0.440.150.00   0.14
XYZ38.371144.369973.5597
Yxy44.36990.24550.2839
Hunter Lab66.6107-13.7439-18.8477
CIE-Lab72.4750-11.8204-22.9485

#7abadb color RGB value is (122,186,219).

#7abadb hex color red value is 122, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7abadb hue: 0.56 , saturation: 0.57 and the lightness value of 7abadb is 0.67.

The process color (four color CMYK) of #7abadb color hex is 0.44, 0.15, 0.00, 0.14. Web safe color of #7abadb is #66cccc. Color #7abadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111010 11011011
Octal 172 272 333
Decimal 122 186 219
Hex 7A BA DB

RGB Percentages of Color #7abadb

%23.15
%35.29
%41.56

CMYK Percentages of Color #7abadb

%44
%15
%0
%14

Triadic Colors of #7abadb

#7abadb #db7aba #badb7a

Analogous Colors of #7abadb

#7abadb #7a8adb #7adbcc

Monochromatic Colors of #7abadb

#7abadb

Complementary Color

#7abadb #db9b7a

#7abadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abadb Color CSS Codes

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

#7abadb Text Font Color

<p style="color:#7abadb">Text here</p>

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


#7abadb Background Color

<div style="background-color:#7abadb">
Div content here</div>

This div background color is #7abadb


#7abadb Border Color

<div style="border:3px solid #7abadb">
Div here</div>

This div border color is #7abadb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,186,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7abadb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7abadb;
  -webkit-box-shadow: 1px 1px 3px 2px #7abadb;
  box-shadow:         1px 1px 3px 2px #7abadb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,186,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abadb


Comments

No comments written yet.

Please login to write comment.