color codes Logo

#8bed5c color codes

#8BED5C
(139,237,92)
0 Favorites   0 Comments

Color spaces of #8bed5c

RGB 13923792
HSL0.280.800.65
HSV101°61°93°
CMYK 0.410.000.61   0.07
XYZ42.863466.830020.7656
Yxy66.83000.32860.5123
Hunter Lab81.7496-49.469742.1642
CIE-Lab85.4180-53.716759.7367

#8bed5c color RGB value is (139,237,92).

#8bed5c hex color red value is 139, green value is 237 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #8bed5c hue: 0.28 , saturation: 0.80 and the lightness value of 8bed5c is 0.65.

The process color (four color CMYK) of #8bed5c color code is 0.41, 0.00, 0.61, 0.07. Web safe color of #8bed5c is #99ff66. Color #8bed5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101101 01011100
Octal 213 355 134
Decimal 139 237 92
Hex 8B ED 5C

RGB Percentages of Color #8bed5c

%29.70
%50.64
%19.66

CMYK Percentages of Color #8bed5c

%41
%0
%61
%7

Triadic Colors of #8bed5c

#8bed5c #5c8bed #ed5c8b

Analogous Colors of #8bed5c

#8bed5c #5ced76 #d4ed5c

Monochromatic Colors of #8bed5c

#8bed5c

Complementary Color

#8bed5c #be5ced

#8bed5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bed5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bed5c Color CSS Codes

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

#8bed5c Text Font Color

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

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


#8bed5c Background Color

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

This div background color is #8bed5c


#8bed5c Border Color

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

This div border color is #8bed5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bed5c


Comments

No comments written yet.

Please login to write comment.