Color Hex Logo

#bed39a Color Hex

#BED39A
(190,211,154)
0 Favorites   0 Comments

Color spaces of #bed39a

RGB 190211154
HSL0.230.390.72
HSV82°27°83°
CMYK 0.100.000.27   0.17
XYZ50.362259.868839.4733
Yxy59.86880.33640.3999
Hunter Lab77.3749-19.223123.9153
CIE-Lab81.7668-16.809125.9553

#bed39a color RGB value is (190,211,154).

#bed39a hex color red value is 190, green value is 211 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bed39a hue: 0.23 , saturation: 0.39 and the lightness value of bed39a is 0.72.

The process color (four color CMYK) of #bed39a color hex is 0.10, 0.00, 0.27, 0.17. Web safe color of #bed39a is #cccc99. Color #bed39a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 10011010
Octal 276 323 232
Decimal 190 211 154
Hex BE D3 9A

RGB Percentages of Color #bed39a

%34.23
%38.02
%27.75

CMYK Percentages of Color #bed39a

%10
%0
%27
%17

Triadic Colors of #bed39a

#bed39a #9abed3 #d39abe

Analogous Colors of #bed39a

#bed39a #a2d39a #d3cc9a

Monochromatic Colors of #bed39a

#bed39a

Complementary Color

#bed39a #af9ad3

#bed39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed39a Color CSS Codes

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

#bed39a Text Font Color

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

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


#bed39a Background Color

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

This div background color is #bed39a


#bed39a Border Color

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

This div border color is #bed39a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,211,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bed39a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bed39a;
  -webkit-box-shadow: 1px 1px 3px 2px #bed39a;
  box-shadow:         1px 1px 3px 2px #bed39a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,211,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed39a


Comments

No comments written yet.

Please login to write comment.