Color Hex Logo

#bedb86 Color Hex

#BEDB86
(190,219,134)
0 Favorites   0 Comments

Color spaces of #bedb86

RGB 190219134
HSL0.220.540.69
HSV80°39°86°
CMYK 0.130.000.39   0.14
XYZ50.869863.331432.0973
Yxy63.33140.34770.4329
Hunter Lab79.5810-25.166031.7934
CIE-Lab83.6164-23.426838.6459

#bedb86 color RGB value is (190,219,134).

#bedb86 hex color red value is 190, green value is 219 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bedb86 hue: 0.22 , saturation: 0.54 and the lightness value of bedb86 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 10000110
Octal 276 333 206
Decimal 190 219 134
Hex BE DB 86

RGB Percentages of Color #bedb86

%34.99
%40.33
%24.68

CMYK Percentages of Color #bedb86

%13
%0
%39
%14

Triadic Colors of #bedb86

#bedb86 #86bedb #db86be

Analogous Colors of #bedb86

#bedb86 #94db86 #dbce86

Monochromatic Colors of #bedb86

#bedb86

Complementary Color

#bedb86 #a386db

#bedb86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedb86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedb86 Color CSS Codes

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

#bedb86 Text Font Color

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

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


#bedb86 Background Color

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

This div background color is #bedb86


#bedb86 Border Color

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

This div border color is #bedb86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedb86


Comments

No comments written yet.

Please login to write comment.