Color Hex Logo

#8feedc Color Hex

#8FEEDC
(143,238,220)
0 Favorites   0 Comments

Color spaces of #8feedc

RGB 143238220
HSL0.470.740.75
HSV169°40°93°
CMYK 0.400.000.08   0.07
XYZ54.820572.156078.7483
Yxy72.15600.26650.3507
Hunter Lab84.9447-33.45524.4963
CIE-Lab88.0436-32.2612-0.1389

#8feedc color RGB value is (143,238,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101110 11011100
Octal 217 356 334
Decimal 143 238 220
Hex 8F EE DC

RGB Percentages of Color #8feedc

%23.79
%39.60
%36.61

CMYK Percentages of Color #8feedc

%40
%0
%8
%7

Triadic Colors of #8feedc

#8feedc #dc8fee #eedc8f

Analogous Colors of #8feedc

#8feedc #8fd1ee #8feead

Monochromatic Colors of #8feedc

#8feedc

Complementary Color

#8feedc #ee8fa1

#8feedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8feedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8feedc Color CSS Codes

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

#8feedc Text Font Color

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

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


#8feedc Background Color

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

This div background color is #8feedc


#8feedc Border Color

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

This div border color is #8feedc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,238,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 #8feedc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8feedc


Comments

No comments written yet.

Please login to write comment.