Color Hex Logo

#bedc86 Color Hex

#BEDC86
(190,220,134)
0 Favorites   0 Comments

Color spaces of #bedc86

RGB 190220134
HSL0.220.550.69
HSV81°39°86°
CMYK 0.140.000.39   0.14
XYZ51.131563.854832.1845
Yxy63.85480.34740.4339
Hunter Lab79.9092-25.624332.0566
CIE-Lab83.8901-23.911538.9973

#bedc86 color RGB value is (190,220,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 10000110
Octal 276 334 206
Decimal 190 220 134
Hex BE DC 86

RGB Percentages of Color #bedc86

%34.93
%40.44
%24.63

CMYK Percentages of Color #bedc86

%14
%0
%39
%14

Triadic Colors of #bedc86

#bedc86 #86bedc #dc86be

Analogous Colors of #bedc86

#bedc86 #93dc86 #dccf86

Monochromatic Colors of #bedc86

#bedc86

Complementary Color

#bedc86 #a486dc

#bedc86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedc86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedc86 Color CSS Codes

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

#bedc86 Text Font Color

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

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


#bedc86 Background Color

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

This div background color is #bedc86


#bedc86 Border Color

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

This div border color is #bedc86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedc86


Comments

No comments written yet.

Please login to write comment.