Color Hex Logo

#8babdf Color Hex

#8BABDF
(139,171,223)
0 Favorites   0 Comments

Color spaces of #8babdf

RGB 139171223
HSL0.600.570.71
HSV217°38°87°
CMYK 0.380.230.00   0.13
XYZ38.529739.942575.4910
Yxy39.94250.25030.2594
Hunter Lab63.2001-1.7783-26.5804
CIE-Lab69.42861.8195-29.7237

#8babdf color RGB value is (139,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101011 11011111
Octal 213 253 337
Decimal 139 171 223
Hex 8B AB DF

RGB Percentages of Color #8babdf

%26.08
%32.08
%41.84

CMYK Percentages of Color #8babdf

%38
%23
%0
%13

Triadic Colors of #8babdf

#8babdf #df8bab #abdf8b

Analogous Colors of #8babdf

#8babdf #958bdf #8bd5df

Monochromatic Colors of #8babdf

#8babdf

Complementary Color

#8babdf #dfbf8b

#8babdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8babdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8babdf Color CSS Codes

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

#8babdf Text Font Color

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

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


#8babdf Background Color

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

This div background color is #8babdf


#8babdf Border Color

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

This div border color is #8babdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8babdf


Comments

No comments written yet.

Please login to write comment.