Color Hex Logo

#8fafdf Color Hex

#8FAFDF
(143,175,223)
0 Favorites   0 Comments

Color spaces of #8fafdf

RGB 143175223
HSL0.600.560.72
HSV216°36°87°
CMYK 0.360.220.00   0.13
XYZ39.976941.827375.7785
Yxy41.82730.25370.2654
Hunter Lab64.6740-2.8435-24.1982
CIE-Lab70.75170.6926-27.6669

#8fafdf color RGB value is (143,175,223).

#8fafdf hex color red value is 143, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8fafdf hue: 0.60 , saturation: 0.56 and the lightness value of 8fafdf is 0.72.

The process color (four color CMYK) of #8fafdf color hex is 0.36, 0.22, 0.00, 0.13. Web safe color of #8fafdf is #9999cc. Color #8fafdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101111 11011111
Octal 217 257 337
Decimal 143 175 223
Hex 8F AF DF

RGB Percentages of Color #8fafdf

%26.43
%32.35
%41.22

CMYK Percentages of Color #8fafdf

%36
%22
%0
%13

Triadic Colors of #8fafdf

#8fafdf #df8faf #afdf8f

Analogous Colors of #8fafdf

#8fafdf #978fdf #8fd7df

Monochromatic Colors of #8fafdf

#8fafdf

Complementary Color

#8fafdf #dfbf8f

#8fafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fafdf Color CSS Codes

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

#8fafdf Text Font Color

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

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


#8fafdf Background Color

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

This div background color is #8fafdf


#8fafdf Border Color

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

This div border color is #8fafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fafdf


Comments

No comments written yet.

Please login to write comment.