Color Hex Logo

#8bda99 Color Hex

#8BDA99
(139,218,153)
0 Favorites   0 Comments

Color spaces of #8bda99

RGB 139218153
HSL0.360.520.70
HSV131°36°85°
CMYK 0.360.000.30   0.15
XYZ41.468657.931739.1333
Yxy57.93170.29930.4182
Hunter Lab76.1129-35.945322.7952
CIE-Lab80.7008-37.588824.5280

#8bda99 color RGB value is (139,218,153).

#8bda99 hex color red value is 139, green value is 218 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #8bda99 hue: 0.36 , saturation: 0.52 and the lightness value of 8bda99 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011010 10011001
Octal 213 332 231
Decimal 139 218 153
Hex 8B DA 99

RGB Percentages of Color #8bda99

%27.25
%42.75
%30.00

CMYK Percentages of Color #8bda99

%36
%0
%30
%15

Triadic Colors of #8bda99

#8bda99 #998bda #da998b

Analogous Colors of #8bda99

#8bda99 #8bdac1 #a5da8b

Monochromatic Colors of #8bda99

#8bda99

Complementary Color

#8bda99 #da8bcc

#8bda99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bda99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bda99 Color CSS Codes

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

#8bda99 Text Font Color

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

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


#8bda99 Background Color

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

This div background color is #8bda99


#8bda99 Border Color

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

This div border color is #8bda99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bda99


Comments

No comments written yet.

Please login to write comment.