Color Hex Logo

#8badee Color Hex

#8BADEE
(139,173,238)
0 Favorites   0 Comments

Color spaces of #8badee

RGB 139173238
HSL0.610.740.74
HSV219°42°93°
CMYK 0.420.270.00   0.07
XYZ41.023641.549286.7465
Yxy41.54920.24230.2454
Hunter Lab64.45870.8006-34.6696
CIE-Lab70.55904.7645-36.1678

#8badee color RGB value is (139,173,238).

#8badee hex color red value is 139, green value is 173 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8badee hue: 0.61 , saturation: 0.74 and the lightness value of 8badee is 0.74.

The process color (four color CMYK) of #8badee color hex is 0.42, 0.27, 0.00, 0.07. Web safe color of #8badee is #9999ff. Color #8badee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101101 11101110
Octal 213 255 356
Decimal 139 173 238
Hex 8B AD EE

RGB Percentages of Color #8badee

%25.27
%31.45
%43.27

CMYK Percentages of Color #8badee

%42
%27
%0
%7

Triadic Colors of #8badee

#8badee #ee8bad #adee8b

Analogous Colors of #8badee

#8badee #9b8bee #8bdfee

Monochromatic Colors of #8badee

#8badee

Complementary Color

#8badee #eecc8b

#8badee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8badee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8badee Color CSS Codes

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

#8badee Text Font Color

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

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


#8badee Background Color

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

This div background color is #8badee


#8badee Border Color

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

This div border color is #8badee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8badee


Comments

No comments written yet.

Please login to write comment.