Color Hex Logo

#8bd990 Color Hex

#8BD990
(139,217,144)
0 Favorites   0 Comments

Color spaces of #8bd990

RGB 139217144
HSL0.340.510.70
HSV124°36°85°
CMYK 0.360.000.34   0.15
XYZ40.494457.128335.2781
Yxy57.12830.30470.4299
Hunter Lab75.5833-36.637825.2350
CIE-Lab80.2517-38.646228.5855

#8bd990 color RGB value is (139,217,144).

#8bd990 hex color red value is 139, green value is 217 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #8bd990 hue: 0.34 , saturation: 0.51 and the lightness value of 8bd990 is 0.70.

The process color (four color CMYK) of #8bd990 color hex is 0.36, 0.00, 0.34, 0.15. Web safe color of #8bd990 is #99cc99. Color #8bd990 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011001 10010000
Octal 213 331 220
Decimal 139 217 144
Hex 8B D9 90

RGB Percentages of Color #8bd990

%27.80
%43.40
%28.80

CMYK Percentages of Color #8bd990

%36
%0
%34
%15

Triadic Colors of #8bd990

#8bd990 #908bd9 #d9908b

Analogous Colors of #8bd990

#8bd990 #8bd9b7 #add98b

Monochromatic Colors of #8bd990

#8bd990

Complementary Color

#8bd990 #d98bd4

#8bd990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bd990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bd990 Color CSS Codes

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

#8bd990 Text Font Color

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

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


#8bd990 Background Color

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

This div background color is #8bd990


#8bd990 Border Color

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

This div border color is #8bd990


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,217,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8bd990; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8bd990;
  -webkit-box-shadow: 1px 1px 3px 2px #8bd990;
  box-shadow:         1px 1px 3px 2px #8bd990; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,217,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bd990


Comments

No comments written yet.

Please login to write comment.