Color Hex Logo

#8baddf Color Hex

#8BADDF
(139,173,223)
0 Favorites   0 Comments

Color spaces of #8baddf

RGB 139173223
HSL0.600.570.71
HSV216°38°87°
CMYK 0.380.220.00   0.13
XYZ38.910340.703875.6179
Yxy40.70380.25070.2622
Hunter Lab63.7995-2.7849-25.6133
CIE-Lab69.96790.7092-28.8929

#8baddf color RGB value is (139,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101101 11011111
Octal 213 255 337
Decimal 139 173 223
Hex 8B AD DF

RGB Percentages of Color #8baddf

%25.98
%32.34
%41.68

CMYK Percentages of Color #8baddf

%38
%22
%0
%13

Triadic Colors of #8baddf

#8baddf #df8bad #addf8b

Analogous Colors of #8baddf

#8baddf #938bdf #8bd7df

Monochromatic Colors of #8baddf

#8baddf

Complementary Color

#8baddf #dfbd8b

#8baddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baddf Color CSS Codes

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

#8baddf Text Font Color

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

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


#8baddf Background Color

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

This div background color is #8baddf


#8baddf Border Color

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

This div border color is #8baddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,173,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 #8baddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baddf


Comments

No comments written yet.

Please login to write comment.