Color Hex Logo

#8babdd Color Hex

#8BABDD
(139,171,221)
0 Favorites   0 Comments

Color spaces of #8babdd

RGB 139171221
HSL0.600.550.71
HSV217°37°87°
CMYK 0.370.230.00   0.13
XYZ38.261539.835274.0790
Yxy39.83520.25140.2618
Hunter Lab63.1151-2.2417-25.4088
CIE-Lab69.35201.2889-28.7451

#8babdd color RGB value is (139,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101011 11011101
Octal 213 253 335
Decimal 139 171 221
Hex 8B AB DD

RGB Percentages of Color #8babdd

%26.18
%32.20
%41.62

CMYK Percentages of Color #8babdd

%37
%23
%0
%13

Triadic Colors of #8babdd

#8babdd #dd8bab #abdd8b

Analogous Colors of #8babdd

#8babdd #948bdd #8bd4dd

Monochromatic Colors of #8babdd

#8babdd

Complementary Color

#8babdd #ddbd8b

#8babdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8babdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8babdd Color CSS Codes

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

#8babdd Text Font Color

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

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


#8babdd Background Color

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

This div background color is #8babdd


#8babdd Border Color

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

This div border color is #8babdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8babdd


Comments

No comments written yet.

Please login to write comment.