Color Hex Logo

#7baffa Color Hex

#7BAFFA
(123,175,250)
0 Favorites   0 Comments

Color spaces of #7baffa

RGB 123175250
HSL0.600.930.73
HSV215°51°98°
CMYK 0.510.300.00   0.02
XYZ40.753741.773096.3575
Yxy41.77300.22780.2335
Hunter Lab64.6320-0.5530-43.1508
CIE-Lab70.71413.2654-42.5093

#7baffa color RGB value is (123,175,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101111 11111010
Octal 173 257 372
Decimal 123 175 250
Hex 7B AF FA

RGB Percentages of Color #7baffa

%22.45
%31.93
%45.62

CMYK Percentages of Color #7baffa

%51
%30
%0
%2

Triadic Colors of #7baffa

#7baffa #fa7baf #affa7b

Analogous Colors of #7baffa

#7baffa #877bfa #7beffa

Monochromatic Colors of #7baffa

#7baffa

Complementary Color

#7baffa #fac67b

#7baffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baffa Color CSS Codes

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

#7baffa Text Font Color

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

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


#7baffa Background Color

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

This div background color is #7baffa


#7baffa Border Color

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

This div border color is #7baffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baffa


Comments

No comments written yet.

Please login to write comment.