Color Hex Logo

#7abafa Color Hex

#7ABAFA
(122,186,250)
0 Favorites   0 Comments

Color spaces of #7abafa

RGB 122186250
HSL0.580.930.73
HSV210°51°98°
CMYK 0.510.260.00   0.02
XYZ42.840346.157597.0938
Yxy46.15750.23020.2480
Hunter Lab67.9393-6.3376-37.1753
CIE-Lab73.6476-3.0510-37.9395

#7abafa color RGB value is (122,186,250).

#7abafa hex color red value is 122, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7abafa hue: 0.58 , saturation: 0.93 and the lightness value of 7abafa is 0.73.

The process color (four color CMYK) of #7abafa color hex is 0.51, 0.26, 0.00, 0.02. Web safe color of #7abafa is #66ccff. Color #7abafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111010 11111010
Octal 172 272 372
Decimal 122 186 250
Hex 7A BA FA

RGB Percentages of Color #7abafa

%21.86
%33.33
%44.80

CMYK Percentages of Color #7abafa

%51
%26
%0
%2

Triadic Colors of #7abafa

#7abafa #fa7aba #bafa7a

Analogous Colors of #7abafa

#7abafa #7a7afa #7afafa

Monochromatic Colors of #7abafa

#7abafa

Complementary Color

#7abafa #faba7a

#7abafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abafa Color CSS Codes

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

#7abafa Text Font Color

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

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


#7abafa Background Color

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

This div background color is #7abafa


#7abafa Border Color

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

This div border color is #7abafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abafa


Comments

No comments written yet.

Please login to write comment.