Color Hex Logo

#7baafa Color Hex

#7BAAFA
(123,170,250)
0 Favorites   0 Comments

Color spaces of #7baafa

RGB 123170250
HSL0.600.930.73
HSV218°51°98°
CMYK 0.510.320.00   0.02
XYZ39.798439.862596.0391
Yxy39.86250.22650.2269
Hunter Lab63.13682.0286-45.9920
CIE-Lab69.37156.0833-44.6125

#7baafa color RGB value is (123,170,250).

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

The process color (four color CMYK) of #7baafa color hex is 0.51, 0.32, 0.00, 0.02. Web safe color of #7baafa is #6699ff. Color #7baafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101010 11111010
Octal 173 252 372
Decimal 123 170 250
Hex 7B AA FA

RGB Percentages of Color #7baafa

%22.65
%31.31
%46.04

CMYK Percentages of Color #7baafa

%51
%32
%0
%2

Triadic Colors of #7baafa

#7baafa #fa7baa #aafa7b

Analogous Colors of #7baafa

#7baafa #8c7bfa #7beafa

Monochromatic Colors of #7baafa

#7baafa

Complementary Color

#7baafa #facb7b

#7baafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baafa Color CSS Codes

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

#7baafa Text Font Color

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

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


#7baafa Background Color

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

This div background color is #7baafa


#7baafa Border Color

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

This div border color is #7baafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baafa


Comments

No comments written yet.

Please login to write comment.