Color Hex Logo

#7badfb Color Hex

#7BADFB
(123,173,251)
0 Favorites   0 Comments

Color spaces of #7badfb

RGB 123173251
HSL0.600.940.73
HSV217°51°98°
CMYK 0.510.310.00   0.02
XYZ40.524541.063197.0569
Yxy41.06310.22680.2299
Hunter Lab64.08050.7425-44.9448
CIE-Lab70.22014.6866-43.8246

#7badfb color RGB value is (123,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101101 11111011
Octal 173 255 373
Decimal 123 173 251
Hex 7B AD FB

RGB Percentages of Color #7badfb

%22.49
%31.63
%45.89

CMYK Percentages of Color #7badfb

%51
%31
%0
%2

Triadic Colors of #7badfb

#7badfb #fb7bad #adfb7b

Analogous Colors of #7badfb

#7badfb #897bfb #7bedfb

Monochromatic Colors of #7badfb

#7badfb

Complementary Color

#7badfb #fbc97b

#7badfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7badfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7badfb Color CSS Codes

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

#7badfb Text Font Color

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

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


#7badfb Background Color

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

This div background color is #7badfb


#7badfb Border Color

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

This div border color is #7badfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7badfb


Comments

No comments written yet.

Please login to write comment.