Color Hex Logo

#8baedb Color Hex

#8BAEDB
(139,174,219)
0 Favorites   0 Comments

Color spaces of #8baedb

RGB 139174219
HSL0.590.530.70
HSV214°37°86°
CMYK 0.370.210.00   0.14
XYZ38.569740.875572.8748
Yxy40.87550.25320.2684
Hunter Lab63.9340-4.2000-22.8277
CIE-Lab70.0886-0.8975-26.5167

#8baedb color RGB value is (139,174,219).

#8baedb hex color red value is 139, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8baedb hue: 0.59 , saturation: 0.53 and the lightness value of 8baedb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101110 11011011
Octal 213 256 333
Decimal 139 174 219
Hex 8B AE DB

RGB Percentages of Color #8baedb

%26.13
%32.71
%41.17

CMYK Percentages of Color #8baedb

%37
%21
%0
%14

Triadic Colors of #8baedb

#8baedb #db8bae #aedb8b

Analogous Colors of #8baedb

#8baedb #908bdb #8bd6db

Monochromatic Colors of #8baedb

#8baedb

Complementary Color

#8baedb #dbb88b

#8baedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baedb Color CSS Codes

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

#8baedb Text Font Color

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

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


#8baedb Background Color

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

This div background color is #8baedb


#8baedb Border Color

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

This div border color is #8baedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baedb


Comments

No comments written yet.

Please login to write comment.