Color Hex Logo

#8baeed Color Hex

#8BAEED
(139,174,237)
0 Favorites   0 Comments

Color spaces of #8baeed

RGB 139174237
HSL0.610.730.74
HSV219°41°93°
CMYK 0.410.270.00   0.07
XYZ41.069641.875586.0389
Yxy41.87550.24300.2478
Hunter Lab64.71130.0419-33.5330
CIE-Lab70.78503.9316-35.2727

#8baeed color RGB value is (139,174,237).

#8baeed hex color red value is 139, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8baeed hue: 0.61 , saturation: 0.73 and the lightness value of 8baeed is 0.74.

The process color (four color CMYK) of #8baeed color hex is 0.41, 0.27, 0.00, 0.07. Web safe color of #8baeed is #9999ff. Color #8baeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101110 11101101
Octal 213 256 355
Decimal 139 174 237
Hex 8B AE ED

RGB Percentages of Color #8baeed

%25.27
%31.64
%43.09

CMYK Percentages of Color #8baeed

%41
%27
%0
%7

Triadic Colors of #8baeed

#8baeed #ed8bae #aeed8b

Analogous Colors of #8baeed

#8baeed #998bed #8bdfed

Monochromatic Colors of #8baeed

#8baeed

Complementary Color

#8baeed #edca8b

#8baeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baeed Color CSS Codes

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

#8baeed Text Font Color

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

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


#8baeed Background Color

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

This div background color is #8baeed


#8baeed Border Color

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

This div border color is #8baeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baeed


Comments

No comments written yet.

Please login to write comment.