Color Hex Logo

#7badfa Color Hex

#7BADFA
(123,173,250)
0 Favorites   0 Comments

Color spaces of #7badfa

RGB 123173250
HSL0.600.930.73
HSV216°51°98°
CMYK 0.510.310.00   0.02
XYZ40.367341.000296.2287
Yxy41.00020.22730.2309
Hunter Lab64.03140.4768-44.2812
CIE-Lab70.17614.3892-43.3515

#7badfa color RGB value is (123,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101101 11111010
Octal 173 255 372
Decimal 123 173 250
Hex 7B AD FA

RGB Percentages of Color #7badfa

%22.53
%31.68
%45.79

CMYK Percentages of Color #7badfa

%51
%31
%0
%2

Triadic Colors of #7badfa

#7badfa #fa7bad #adfa7b

Analogous Colors of #7badfa

#7badfa #897bfa #7bedfa

Monochromatic Colors of #7badfa

#7badfa

Complementary Color

#7badfa #fac87b

#7badfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7badfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7badfa Color CSS Codes

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

#7badfa Text Font Color

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

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


#7badfa Background Color

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

This div background color is #7badfa


#7badfa Border Color

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

This div border color is #7badfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7badfa

Related Colors


Comments

No comments written yet.

Please login to write comment.