Color Hex Logo

#7baafb Color Hex

#7BAAFB
(123,170,251)
0 Favorites   0 Comments

Color spaces of #7baafb

RGB 123170251
HSL0.610.940.73
HSV218°51°98°
CMYK 0.510.320.00   0.02
XYZ39.955739.925496.8673
Yxy39.92540.22610.2259
Hunter Lab63.18652.2971-46.6632
CIE-Lab69.41646.3820-45.0849

#7baafb color RGB value is (123,170,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101010 11111011
Octal 173 252 373
Decimal 123 170 251
Hex 7B AA FB

RGB Percentages of Color #7baafb

%22.61
%31.25
%46.14

CMYK Percentages of Color #7baafb

%51
%32
%0
%2

Triadic Colors of #7baafb

#7baafb #fb7baa #aafb7b

Analogous Colors of #7baafb

#7baafb #8c7bfb #7beafb

Monochromatic Colors of #7baafb

#7baafb

Complementary Color

#7baafb #fbcc7b

#7baafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baafb Color CSS Codes

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

#7baafb Text Font Color

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

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


#7baafb Background Color

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

This div background color is #7baafb


#7baafb Border Color

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

This div border color is #7baafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baafb

Related Colors


Comments

No comments written yet.

Please login to write comment.