Color Hex Logo

#bed6bd Color Hex

#BED6BD
(190,214,189)
0 Favorites   0 Comments

Color spaces of #bed6bd

RGB 190214189
HSL0.330.230.79
HSV118°12°84°
CMYK 0.110.000.12   0.16
XYZ54.467162.714457.3785
Yxy62.71440.31200.3593
Hunter Lab79.1924-15.817712.4764
CIE-Lab83.2919-12.67599.6481

#bed6bd color RGB value is (190,214,189).

#bed6bd hex color red value is 190, green value is 214 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bed6bd hue: 0.33 , saturation: 0.23 and the lightness value of bed6bd is 0.79.

The process color (four color CMYK) of #bed6bd color hex is 0.11, 0.00, 0.12, 0.16. Web safe color of #bed6bd is #cccccc. Color #bed6bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 10111101
Octal 276 326 275
Decimal 190 214 189
Hex BE D6 BD

RGB Percentages of Color #bed6bd

%32.04
%36.09
%31.87

CMYK Percentages of Color #bed6bd

%11
%0
%12
%16

Triadic Colors of #bed6bd

#bed6bd #bdbed6 #d6bdbe

Analogous Colors of #bed6bd

#bed6bd #bdd6c9 #cbd6bd

Monochromatic Colors of #bed6bd

#bed6bd

Complementary Color

#bed6bd #d5bdd6

#bed6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed6bd Color CSS Codes

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

#bed6bd Text Font Color

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

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


#bed6bd Background Color

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

This div background color is #bed6bd


#bed6bd Border Color

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

This div border color is #bed6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed6bd


Comments

No comments written yet.

Please login to write comment.