Color Hex Logo

#bedb9b Color Hex

#BEDB9B
(190,219,155)
0 Favorites   0 Comments

Color spaces of #bedb9b

RGB 190219155
HSL0.240.470.73
HSV87°29°86°
CMYK 0.130.000.29   0.14
XYZ52.483163.976740.5929
Yxy63.97670.33420.4074
Hunter Lab79.9854-22.850325.8999
CIE-Lab83.9536-20.633328.3899

#bedb9b color RGB value is (190,219,155).

#bedb9b hex color red value is 190, green value is 219 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bedb9b hue: 0.24 , saturation: 0.47 and the lightness value of bedb9b is 0.73.

The process color (four color CMYK) of #bedb9b color hex is 0.13, 0.00, 0.29, 0.14. Web safe color of #bedb9b is #cccc99. Color #bedb9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 10011011
Octal 276 333 233
Decimal 190 219 155
Hex BE DB 9B

RGB Percentages of Color #bedb9b

%33.69
%38.83
%27.48

CMYK Percentages of Color #bedb9b

%13
%0
%29
%14

Triadic Colors of #bedb9b

#bedb9b #9bbedb #db9bbe

Analogous Colors of #bedb9b

#bedb9b #9edb9b #dbd89b

Monochromatic Colors of #bedb9b

#bedb9b

Complementary Color

#bedb9b #b89bdb

#bedb9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedb9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedb9b Color CSS Codes

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

#bedb9b Text Font Color

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

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


#bedb9b Background Color

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

This div background color is #bedb9b


#bedb9b Border Color

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

This div border color is #bedb9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedb9b


Comments

No comments written yet.

Please login to write comment.