Color Hex Logo

#8baedc Color Hex

#8BAEDC
(139,174,220)
0 Favorites   0 Comments

Color spaces of #8baedc

RGB 139174220
HSL0.590.540.70
HSV214°37°86°
CMYK 0.370.210.00   0.14
XYZ38.701840.928473.5703
Yxy40.92840.25260.2672
Hunter Lab63.9753-3.9734-23.3996
CIE-Lab70.1257-0.6354-27.0075

#8baedc color RGB value is (139,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101110 11011100
Octal 213 256 334
Decimal 139 174 220
Hex 8B AE DC

RGB Percentages of Color #8baedc

%26.08
%32.65
%41.28

CMYK Percentages of Color #8baedc

%37
%21
%0
%14

Triadic Colors of #8baedc

#8baedc #dc8bae #aedc8b

Analogous Colors of #8baedc

#8baedc #918bdc #8bd7dc

Monochromatic Colors of #8baedc

#8baedc

Complementary Color

#8baedc #dcb98b

#8baedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baedc Color CSS Codes

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

#8baedc Text Font Color

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

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


#8baedc Background Color

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

This div background color is #8baedc


#8baedc Border Color

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

This div border color is #8baedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baedc


Comments

No comments written yet.

Please login to write comment.