Color Hex Logo

#bed29a Color Hex

#BED29A
(190,210,154)
0 Favorites   0 Comments

Color spaces of #bed29a

RGB 190210154
HSL0.230.380.71
HSV81°27°82°
CMYK 0.100.000.27   0.18
XYZ50.114559.373439.3908
Yxy59.37340.33660.3988
Hunter Lab77.0541-18.751823.6283
CIE-Lab81.4964-16.308025.5885

#bed29a color RGB value is (190,210,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 10011010
Octal 276 322 232
Decimal 190 210 154
Hex BE D2 9A

RGB Percentages of Color #bed29a

%34.30
%37.91
%27.80

CMYK Percentages of Color #bed29a

%10
%0
%27
%18

Triadic Colors of #bed29a

#bed29a #9abed2 #d29abe

Analogous Colors of #bed29a

#bed29a #a2d29a #d2ca9a

Monochromatic Colors of #bed29a

#bed29a

Complementary Color

#bed29a #ae9ad2

#bed29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed29a Color CSS Codes

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

#bed29a Text Font Color

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

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


#bed29a Background Color

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

This div background color is #bed29a


#bed29a Border Color

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

This div border color is #bed29a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,210,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 #bed29a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed29a


Comments

No comments written yet.

Please login to write comment.