Color Hex Logo

#8dacfb Color Hex

#8DACFB
(141,172,251)
0 Favorites   0 Comments

Color spaces of #8dacfb

RGB 141172251
HSL0.620.930.77
HSV223°44°98°
CMYK 0.440.310.00   0.02
XYZ43.149642.132897.1250
Yxy42.13280.23660.2310
Hunter Lab64.90985.0680-43.2792
CIE-Lab70.96249.4436-42.5898

#8dacfb color RGB value is (141,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101100 11111011
Octal 215 254 373
Decimal 141 172 251
Hex 8D AC FB

RGB Percentages of Color #8dacfb

%25.00
%30.50
%44.50

CMYK Percentages of Color #8dacfb

%44
%31
%0
%2

Triadic Colors of #8dacfb

#8dacfb #fb8dac #acfb8d

Analogous Colors of #8dacfb

#8dacfb #a58dfb #8de3fb

Monochromatic Colors of #8dacfb

#8dacfb

Complementary Color

#8dacfb #fbdc8d

#8dacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dacfb Color CSS Codes

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

#8dacfb Text Font Color

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

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


#8dacfb Background Color

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

This div background color is #8dacfb


#8dacfb Border Color

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

This div border color is #8dacfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,172,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 #8dacfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dacfb

Related Colors


Comments

No comments written yet.

Please login to write comment.