Color Hex Logo

#7abffa Color Hex

#7ABFFA
(122,191,250)
0 Favorites   0 Comments

Color spaces of #7abffa

RGB 122191250
HSL0.580.930.73
HSV208°51°98°
CMYK 0.510.240.00   0.02
XYZ43.912248.301397.4511
Yxy48.30130.23150.2547
Hunter Lab69.4991-8.8404-34.4865
CIE-Lab75.0146-5.7721-35.8185

#7abffa color RGB value is (122,191,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111111 11111010
Octal 172 277 372
Decimal 122 191 250
Hex 7A BF FA

RGB Percentages of Color #7abffa

%21.67
%33.93
%44.40

CMYK Percentages of Color #7abffa

%51
%24
%0
%2

Triadic Colors of #7abffa

#7abffa #fa7abf #bffa7a

Analogous Colors of #7abffa

#7abffa #7a7ffa #7afaf5

Monochromatic Colors of #7abffa

#7abffa

Complementary Color

#7abffa #fab57a

#7abffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abffa Color CSS Codes

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

#7abffa Text Font Color

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

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


#7abffa Background Color

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

This div background color is #7abffa


#7abffa Border Color

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

This div border color is #7abffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,191,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 #7abffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abffa


Comments

No comments written yet.

Please login to write comment.