Color Hex Logo

#bed09a Color Hex

#BED09A
(190,208,154)
0 Favorites   0 Comments

Color spaces of #bed09a

RGB 190208154
HSL0.220.360.71
HSV80°26°82°
CMYK 0.090.000.26   0.18
XYZ49.623858.392039.2272
Yxy58.39200.33700.3966
Hunter Lab76.4147-17.807523.0539
CIE-Lab80.9562-15.302424.8547

#bed09a color RGB value is (190,208,154).

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

The process color (four color CMYK) of #bed09a color hex is 0.09, 0.00, 0.26, 0.18. Web safe color of #bed09a is #cccc99. Color #bed09a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 10011010
Octal 276 320 232
Decimal 190 208 154
Hex BE D0 9A

RGB Percentages of Color #bed09a

%34.42
%37.68
%27.90

CMYK Percentages of Color #bed09a

%9
%0
%26
%18

Triadic Colors of #bed09a

#bed09a #9abed0 #d09abe

Analogous Colors of #bed09a

#bed09a #a3d09a #d0c79a

Monochromatic Colors of #bed09a

#bed09a

Complementary Color

#bed09a #ac9ad0

#bed09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed09a Color CSS Codes

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

#bed09a Text Font Color

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

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


#bed09a Background Color

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

This div background color is #bed09a


#bed09a Border Color

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

This div border color is #bed09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed09a


Comments

No comments written yet.

Please login to write comment.