Color Hex Logo

#bedc9b Color Hex

#BEDC9B
(190,220,155)
0 Favorites   0 Comments

Color spaces of #bedc9b

RGB 190220155
HSL0.240.480.74
HSV88°30°86°
CMYK 0.140.000.30   0.14
XYZ52.744864.500140.6802
Yxy64.50010.33400.4084
Hunter Lab80.3120-23.316226.1864
CIE-Lab84.2255-21.124428.7555

#bedc9b color RGB value is (190,220,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 10011011
Octal 276 334 233
Decimal 190 220 155
Hex BE DC 9B

RGB Percentages of Color #bedc9b

%33.63
%38.94
%27.43

CMYK Percentages of Color #bedc9b

%14
%0
%30
%14

Triadic Colors of #bedc9b

#bedc9b #9bbedc #dc9bbe

Analogous Colors of #bedc9b

#bedc9b #9edc9b #dcda9b

Monochromatic Colors of #bedc9b

#bedc9b

Complementary Color

#bedc9b #b99bdc

#bedc9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedc9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedc9b Color CSS Codes

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

#bedc9b Text Font Color

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

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


#bedc9b Background Color

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

This div background color is #bedc9b


#bedc9b Border Color

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

This div border color is #bedc9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedc9b


Comments

No comments written yet.

Please login to write comment.