Color Hex Logo

#8feadb Color Hex

#8FEADB
(143,234,219)
0 Favorites   0 Comments

Color spaces of #8feadb

RGB 143234219
HSL0.470.680.74
HSV170°39°92°
CMYK 0.390.000.06   0.08
XYZ53.536769.799777.6689
Yxy69.79970.26630.3473
Hunter Lab83.5462-31.82253.3633
CIE-Lab86.8985-30.6001-1.2892

#8feadb color RGB value is (143,234,219).

#8feadb hex color red value is 143, green value is 234 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8feadb hue: 0.47 , saturation: 0.68 and the lightness value of 8feadb is 0.74.

The process color (four color CMYK) of #8feadb color hex is 0.39, 0.00, 0.06, 0.08. Web safe color of #8feadb is #99ffcc. Color #8feadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101010 11011011
Octal 217 352 333
Decimal 143 234 219
Hex 8F EA DB

RGB Percentages of Color #8feadb

%23.99
%39.26
%36.74

CMYK Percentages of Color #8feadb

%39
%0
%6
%8

Triadic Colors of #8feadb

#8feadb #db8fea #eadb8f

Analogous Colors of #8feadb

#8feadb #8fccea #8feaae

Monochromatic Colors of #8feadb

#8feadb

Complementary Color

#8feadb #ea8f9e

#8feadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8feadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8feadb Color CSS Codes

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

#8feadb Text Font Color

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

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


#8feadb Background Color

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

This div background color is #8feadb


#8feadb Border Color

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

This div border color is #8feadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8feadb


Comments

No comments written yet.

Please login to write comment.