Color Hex Logo

#8daefb Color Hex

#8DAEFB
(141,174,251)
0 Favorites   0 Comments

Color spaces of #8daefb

RGB 141174251
HSL0.620.930.77
HSV222°44°98°
CMYK 0.440.310.00   0.02
XYZ43.533142.899997.2528
Yxy42.89990.23700.2336
Hunter Lab65.49804.0181-42.1864
CIE-Lab71.48708.3175-41.7697

#8daefb color RGB value is (141,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101110 11111011
Octal 215 256 373
Decimal 141 174 251
Hex 8D AE FB

RGB Percentages of Color #8daefb

%24.91
%30.74
%44.35

CMYK Percentages of Color #8daefb

%44
%31
%0
%2

Triadic Colors of #8daefb

#8daefb #fb8dae #aefb8d

Analogous Colors of #8daefb

#8daefb #a38dfb #8de5fb

Monochromatic Colors of #8daefb

#8daefb

Complementary Color

#8daefb #fbda8d

#8daefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daefb Color CSS Codes

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

#8daefb Text Font Color

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

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


#8daefb Background Color

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

This div background color is #8daefb


#8daefb Border Color

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

This div border color is #8daefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daefb


Comments

No comments written yet.

Please login to write comment.