Color Hex Logo

#8defbe Color Hex

#8DEFBE
(141,239,190)
0 Favorites   0 Comments

Color spaces of #8defbe

RGB 141239190
HSL0.420.750.75
HSV150°41°94°
CMYK 0.410.000.21   0.06
XYZ51.145371.113459.7458
Yxy71.11340.28100.3907
Hunter Lab84.3288-39.315317.0240
CIE-Lab87.5401-39.607514.7808

#8defbe color RGB value is (141,239,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11101111 10111110
Octal 215 357 276
Decimal 141 239 190
Hex 8D EF BE

RGB Percentages of Color #8defbe

%24.74
%41.93
%33.33

CMYK Percentages of Color #8defbe

%41
%0
%21
%6

Triadic Colors of #8defbe

#8defbe #be8def #efbe8d

Analogous Colors of #8defbe

#8defbe #8defef #8def8d

Monochromatic Colors of #8defbe

#8defbe

Complementary Color

#8defbe #ef8dbe

#8defbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8defbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8defbe Color CSS Codes

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

#8defbe Text Font Color

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

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


#8defbe Background Color

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

This div background color is #8defbe


#8defbe Border Color

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

This div border color is #8defbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8defbe


Comments

No comments written yet.

Please login to write comment.