Color Hex Logo

#8bd638 Color Hex

#8BD638
(139,214,56)
0 Favorites   0 Comments

Color spaces of #8bd638

RGB 13921456
HSL0.250.660.53
HSV88°74°84°
CMYK 0.350.000.74   0.16
XYZ35.407853.867612.2727
Yxy53.86760.34870.5305
Hunter Lab73.3946-42.326541.4620
CIE-Lab78.3845-47.060866.1216

#8bd638 color RGB value is (139,214,56).

#8bd638 hex color red value is 139, green value is 214 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #8bd638 hue: 0.25 , saturation: 0.66 and the lightness value of 8bd638 is 0.53.

The process color (four color CMYK) of #8bd638 color hex is 0.35, 0.00, 0.74, 0.16. Web safe color of #8bd638 is #99cc33. Color #8bd638 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11010110 00111000
Octal 213 326 70
Decimal 139 214 56
Hex 8B D6 38

RGB Percentages of Color #8bd638

%33.99
%52.32
%13.69

CMYK Percentages of Color #8bd638

%35
%0
%74
%16

Triadic Colors of #8bd638

#8bd638 #388bd6 #d6388b

Analogous Colors of #8bd638

#8bd638 #3cd638 #d6d238

Monochromatic Colors of #8bd638

#8bd638

Complementary Color

#8bd638 #8338d6

#8bd638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bd638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bd638 Color CSS Codes

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

#8bd638 Text Font Color

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

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


#8bd638 Background Color

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

This div background color is #8bd638


#8bd638 Border Color

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

This div border color is #8bd638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bd638


Comments

No comments written yet.

Please login to write comment.