Color Hex Logo

#bed09b Color Hex

#BED09B
(190,208,155)
0 Favorites   0 Comments

Color spaces of #bed09b

RGB 190208155
HSL0.220.360.71
HSV80°25°82°
CMYK 0.090.000.25   0.18
XYZ49.707558.425539.6677
Yxy58.42550.33630.3953
Hunter Lab76.4366-17.683622.7363
CIE-Lab80.9748-15.156124.3560

#bed09b color RGB value is (190,208,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 10011011
Octal 276 320 233
Decimal 190 208 155
Hex BE D0 9B

RGB Percentages of Color #bed09b

%34.36
%37.61
%28.03

CMYK Percentages of Color #bed09b

%9
%0
%25
%18

Triadic Colors of #bed09b

#bed09b #9bbed0 #d09bbe

Analogous Colors of #bed09b

#bed09b #a4d09b #d0c89b

Monochromatic Colors of #bed09b

#bed09b

Complementary Color

#bed09b #ad9bd0

#bed09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed09b Color CSS Codes

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

#bed09b Text Font Color

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

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


#bed09b Background Color

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

This div background color is #bed09b


#bed09b Border Color

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

This div border color is #bed09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed09b


Comments

No comments written yet.

Please login to write comment.