Color Hex Logo

#8badde Color Hex

#8BADDE
(139,173,222)
0 Favorites   0 Comments

Color spaces of #8badde

RGB 139173222
HSL0.600.560.71
HSV215°37°87°
CMYK 0.370.220.00   0.13
XYZ38.775840.650074.9098
Yxy40.65000.25120.2634
Hunter Lab63.7574-3.0156-25.0309
CIE-Lab69.93000.4443-28.4037

#8badde color RGB value is (139,173,222).

#8badde hex color red value is 139, green value is 173 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8badde hue: 0.60 , saturation: 0.56 and the lightness value of 8badde is 0.71.

The process color (four color CMYK) of #8badde color hex is 0.37, 0.22, 0.00, 0.13. Web safe color of #8badde is #9999cc. Color #8badde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101101 11011110
Octal 213 255 336
Decimal 139 173 222
Hex 8B AD DE

RGB Percentages of Color #8badde

%26.03
%32.40
%41.57

CMYK Percentages of Color #8badde

%37
%22
%0
%13

Triadic Colors of #8badde

#8badde #de8bad #adde8b

Analogous Colors of #8badde

#8badde #938bde #8bd7de

Monochromatic Colors of #8badde

#8badde

Complementary Color

#8badde #debc8b

#8badde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8badde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8badde Color CSS Codes

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

#8badde Text Font Color

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

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


#8badde Background Color

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

This div background color is #8badde


#8badde Border Color

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

This div border color is #8badde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8badde


Comments

No comments written yet.

Please login to write comment.