Color Hex Logo

#8dadff Color Hex

#8DADFF
(141,173,255)
0 Favorites   0 Comments

Color spaces of #8dadff

RGB 141173255
HSL0.621.000.78
HSV223°45°100°
CMYK 0.450.320.00   0.00
XYZ43.978142.7699100.5453
Yxy42.76990.23480.2284
Hunter Lab65.39875.5866-45.3746
CIE-Lab71.398510.0076-44.0718

#8dadff color RGB value is (141,173,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101101 11111111
Octal 215 255 377
Decimal 141 173 255
Hex 8D AD FF

RGB Percentages of Color #8dadff

%24.78
%30.40
%44.82

CMYK Percentages of Color #8dadff

%45
%32
%0
%0

Triadic Colors of #8dadff

#8dadff #ff8dad #adff8d

Analogous Colors of #8dadff

#8dadff #a68dff #8de6ff

Monochromatic Colors of #8dadff

#8dadff

Complementary Color

#8dadff #ffdf8d

#8dadff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dadff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dadff Color CSS Codes

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

#8dadff Text Font Color

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

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


#8dadff Background Color

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

This div background color is #8dadff


#8dadff Border Color

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

This div border color is #8dadff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dadff

Related Colors


Comments

No comments written yet.

Please login to write comment.