Color Hex Logo

#8fabde Color Hex

#8FABDE
(143,171,222)
0 Favorites   0 Comments

Color spaces of #8fabde

RGB 143171222
HSL0.610.540.72
HSV219°36°87°
CMYK 0.360.230.00   0.13
XYZ39.075440.239474.8147
Yxy40.23940.25350.2611
Hunter Lab63.4345-1.0552-25.5225
CIE-Lab69.63972.6482-28.8295

#8fabde color RGB value is (143,171,222).

#8fabde hex color red value is 143, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8fabde hue: 0.61 , saturation: 0.54 and the lightness value of 8fabde is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101011 11011110
Octal 217 253 336
Decimal 143 171 222
Hex 8F AB DE

RGB Percentages of Color #8fabde

%26.68
%31.90
%41.42

CMYK Percentages of Color #8fabde

%36
%23
%0
%13

Triadic Colors of #8fabde

#8fabde #de8fab #abde8f

Analogous Colors of #8fabde

#8fabde #9b8fde #8fd3de

Monochromatic Colors of #8fabde

#8fabde

Complementary Color

#8fabde #dec28f

#8fabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fabde Color CSS Codes

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

#8fabde Text Font Color

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

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


#8fabde Background Color

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

This div background color is #8fabde


#8fabde Border Color

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

This div border color is #8fabde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fabde


Comments

No comments written yet.

Please login to write comment.