Color Hex Logo

#8feadc Color Hex

#8FEADC
(143,234,220)
0 Favorites   0 Comments

Color spaces of #8feadc

RGB 143234220
HSL0.470.680.74
HSV171°39°92°
CMYK 0.390.000.06   0.08
XYZ53.668869.852678.3644
Yxy69.85260.26580.3460
Hunter Lab83.5779-31.63902.9129
CIE-Lab86.9245-30.3728-1.7762

#8feadc color RGB value is (143,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101010 11011100
Octal 217 352 334
Decimal 143 234 220
Hex 8F EA DC

RGB Percentages of Color #8feadc

%23.95
%39.20
%36.85

CMYK Percentages of Color #8feadc

%39
%0
%6
%8

Triadic Colors of #8feadc

#8feadc #dc8fea #eadc8f

Analogous Colors of #8feadc

#8feadc #8fcbea #8feaaf

Monochromatic Colors of #8feadc

#8feadc

Complementary Color

#8feadc #ea8f9d

#8feadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8feadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8feadc Color CSS Codes

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

#8feadc Text Font Color

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

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


#8feadc Background Color

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

This div background color is #8feadc


#8feadc Border Color

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

This div border color is #8feadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8feadc


Comments

No comments written yet.

Please login to write comment.