Color Hex Logo

#8feebe Color Hex

#8FEEBE
(143,238,190)
0 Favorites   0 Comments

Color spaces of #8feebe

RGB 143238190
HSL0.420.740.75
HSV150°40°93°
CMYK 0.400.000.20   0.07
XYZ51.196570.706459.6646
Yxy70.70640.28200.3894
Hunter Lab84.0871-38.472516.7913
CIE-Lab87.3422-38.618814.5138

#8feebe color RGB value is (143,238,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101110 10111110
Octal 217 356 276
Decimal 143 238 190
Hex 8F EE BE

RGB Percentages of Color #8feebe

%25.04
%41.68
%33.27

CMYK Percentages of Color #8feebe

%40
%0
%20
%7

Triadic Colors of #8feebe

#8feebe #be8fee #eebe8f

Analogous Colors of #8feebe

#8feebe #8feeee #90ee8f

Monochromatic Colors of #8feebe

#8feebe

Complementary Color

#8feebe #ee8fbf

#8feebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8feebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8feebe Color CSS Codes

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

#8feebe Text Font Color

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

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


#8feebe Background Color

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

This div background color is #8feebe


#8feebe Border Color

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

This div border color is #8feebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8feebe


Comments

No comments written yet.

Please login to write comment.