Color Hex Logo

#8fadd7 Color Hex

#8FADD7
(143,173,215)
0 Favorites   0 Comments

Color spaces of #8fadd7

RGB 143173215
HSL0.600.470.70
HSV215°33°84°
CMYK 0.330.200.00   0.16
XYZ38.537040.633170.1018
Yxy40.63310.25820.2722
Hunter Lab63.7441-3.6386-20.5826
CIE-Lab69.9181-0.2672-24.5630

#8fadd7 color RGB value is (143,173,215).

#8fadd7 hex color red value is 143, green value is 173 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #8fadd7 hue: 0.60 , saturation: 0.47 and the lightness value of 8fadd7 is 0.70.

The process color (four color CMYK) of #8fadd7 color hex is 0.33, 0.20, 0.00, 0.16. Web safe color of #8fadd7 is #9999cc. Color #8fadd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101101 11010111
Octal 217 255 327
Decimal 143 173 215
Hex 8F AD D7

RGB Percentages of Color #8fadd7

%26.93
%32.58
%40.49

CMYK Percentages of Color #8fadd7

%33
%20
%0
%16

Triadic Colors of #8fadd7

#8fadd7 #d78fad #add78f

Analogous Colors of #8fadd7

#8fadd7 #958fd7 #8fd1d7

Monochromatic Colors of #8fadd7

#8fadd7

Complementary Color

#8fadd7 #d7b98f

#8fadd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fadd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fadd7 Color CSS Codes

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

#8fadd7 Text Font Color

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

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


#8fadd7 Background Color

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

This div background color is #8fadd7


#8fadd7 Border Color

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

This div border color is #8fadd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fadd7


Comments

No comments written yet.

Please login to write comment.