Color Hex Logo

#8baefd Color Hex

#8BAEFD
(139,174,253)
0 Favorites   0 Comments

Color spaces of #8baefd

RGB 139174253
HSL0.620.970.77
HSV222°45°99°
CMYK 0.450.310.00   0.01
XYZ43.513142.852998.9066
Yxy42.85290.23490.2313
Hunter Lab65.46214.0914-43.7577
CIE-Lab71.45508.3963-42.9105

#8baefd color RGB value is (139,174,253).

#8baefd hex color red value is 139, green value is 174 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #8baefd hue: 0.62 , saturation: 0.97 and the lightness value of 8baefd is 0.77.

The process color (four color CMYK) of #8baefd color hex is 0.45, 0.31, 0.00, 0.01. Web safe color of #8baefd is #9999ff. Color #8baefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101110 11111101
Octal 213 256 375
Decimal 139 174 253
Hex 8B AE FD

RGB Percentages of Color #8baefd

%24.56
%30.74
%44.70

CMYK Percentages of Color #8baefd

%45
%31
%0
%1

Triadic Colors of #8baefd

#8baefd #fd8bae #aefd8b

Analogous Colors of #8baefd

#8baefd #a18bfd #8be7fd

Monochromatic Colors of #8baefd

#8baefd

Complementary Color

#8baefd #fdda8b

#8baefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baefd Color CSS Codes

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

#8baefd Text Font Color

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

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


#8baefd Background Color

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

This div background color is #8baefd


#8baefd Border Color

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

This div border color is #8baefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baefd


Comments

No comments written yet.

Please login to write comment.