Color Hex Logo

#8fadfd Color Hex

#8FADFD
(143,173,253)
0 Favorites   0 Comments

Color spaces of #8fadfd

RGB 143173253
HSL0.620.960.78
HSV224°43°99°
CMYK 0.430.320.00   0.01
XYZ44.000942.818698.8742
Yxy42.81860.23700.2306
Hunter Lab65.43595.5154-43.7825
CIE-Lab71.43179.9315-42.9296

#8fadfd color RGB value is (143,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101101 11111101
Octal 217 255 375
Decimal 143 173 253
Hex 8F AD FD

RGB Percentages of Color #8fadfd

%25.13
%30.40
%44.46

CMYK Percentages of Color #8fadfd

%43
%32
%0
%1

Triadic Colors of #8fadfd

#8fadfd #fd8fad #adfd8f

Analogous Colors of #8fadfd

#8fadfd #a88ffd #8fe4fd

Monochromatic Colors of #8fadfd

#8fadfd

Complementary Color

#8fadfd #fddf8f

#8fadfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fadfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fadfd Color CSS Codes

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

#8fadfd Text Font Color

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

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


#8fadfd Background Color

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

This div background color is #8fadfd


#8fadfd Border Color

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

This div border color is #8fadfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fadfd

Related Colors

#8fadfd Color Palettes


Comments

No comments written yet.

Please login to write comment.