Color Hex Logo

#8dadfd Color Hex

#8DADFD
(141,173,253)
0 Favorites   0 Comments

Color spaces of #8dadfd

RGB 141173253
HSL0.620.970.77
HSV223°44°99°
CMYK 0.440.320.00   0.01
XYZ43.657742.641798.8582
Yxy42.64170.23580.2303
Hunter Lab65.30065.0628-44.0483
CIE-Lab71.31119.4430-43.1270

#8dadfd color RGB value is (141,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101101 11111101
Octal 215 255 375
Decimal 141 173 253
Hex 8D AD FD

RGB Percentages of Color #8dadfd

%24.87
%30.51
%44.62

CMYK Percentages of Color #8dadfd

%44
%32
%0
%1

Triadic Colors of #8dadfd

#8dadfd #fd8dad #adfd8d

Analogous Colors of #8dadfd

#8dadfd #a58dfd #8de5fd

Monochromatic Colors of #8dadfd

#8dadfd

Complementary Color

#8dadfd #fddd8d

#8dadfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dadfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dadfd Color CSS Codes

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

#8dadfd Text Font Color

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

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


#8dadfd Background Color

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

This div background color is #8dadfd


#8dadfd Border Color

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

This div border color is #8dadfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dadfd

Related Colors


Comments

No comments written yet.

Please login to write comment.