Color Hex Logo

#8badfd Color Hex

#8BADFD
(139,173,253)
0 Favorites   0 Comments

Color spaces of #8badfd

RGB 139173253
HSL0.620.970.77
HSV222°45°99°
CMYK 0.450.320.00   0.01
XYZ43.320742.468098.8424
Yxy42.46800.23460.2300
Hunter Lab65.16754.6165-44.3105
CIE-Lab71.19248.9595-43.3214

#8badfd color RGB value is (139,173,253).

#8badfd hex color red value is 139, green value is 173 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8badfd hue: 0.62 , saturation: 0.97 and the lightness value of 8badfd is 0.77.

The process color (four color CMYK) of #8badfd color hex is 0.45, 0.32, 0.00, 0.01. Web safe color of #8badfd is #9999ff. Color #8badfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101101 11111101
Octal 213 255 375
Decimal 139 173 253
Hex 8B AD FD

RGB Percentages of Color #8badfd

%24.60
%30.62
%44.78

CMYK Percentages of Color #8badfd

%45
%32
%0
%1

Triadic Colors of #8badfd

#8badfd #fd8bad #adfd8b

Analogous Colors of #8badfd

#8badfd #a28bfd #8be6fd

Monochromatic Colors of #8badfd

#8badfd

Complementary Color

#8badfd #fddb8b

#8badfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8badfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8badfd Color CSS Codes

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

#8badfd Text Font Color

<p style="color:#8badfd">Text here</p>

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


#8badfd Background Color

<div style="background-color:#8badfd">
Div content here</div>

This div background color is #8badfd


#8badfd Border Color

<div style="border:3px solid #8badfd">
Div here</div>

This div border color is #8badfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,173,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8badfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8badfd;
  -webkit-box-shadow: 1px 1px 3px 2px #8badfd;
  box-shadow:         1px 1px 3px 2px #8badfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,173,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8badfd


Comments

No comments written yet.

Please login to write comment.