Color Hex Logo

#bed9ba Color Hex

#BED9BA
(190,217,186)
0 Favorites   0 Comments

Color spaces of #bed9ba

RGB 190217186
HSL0.310.290.79
HSV112°14°85°
CMYK 0.120.000.14   0.15
XYZ54.911064.118055.9363
Yxy64.11800.31380.3665
Hunter Lab80.0737-17.721614.6340
CIE-Lab84.0272-14.720012.2808

#bed9ba color RGB value is (190,217,186).

#bed9ba hex color red value is 190, green value is 217 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bed9ba hue: 0.31 , saturation: 0.29 and the lightness value of bed9ba is 0.79.

The process color (four color CMYK) of #bed9ba color hex is 0.12, 0.00, 0.14, 0.15. Web safe color of #bed9ba is #cccccc. Color #bed9ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 10111010
Octal 276 331 272
Decimal 190 217 186
Hex BE D9 BA

RGB Percentages of Color #bed9ba

%32.04
%36.59
%31.37

CMYK Percentages of Color #bed9ba

%12
%0
%14
%15

Triadic Colors of #bed9ba

#bed9ba #babed9 #d9babe

Analogous Colors of #bed9ba

#bed9ba #bad9c6 #ced9ba

Monochromatic Colors of #bed9ba

#bed9ba

Complementary Color

#bed9ba #d5bad9

#bed9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed9ba Color CSS Codes

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

#bed9ba Text Font Color

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

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


#bed9ba Background Color

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

This div background color is #bed9ba


#bed9ba Border Color

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

This div border color is #bed9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed9ba


Comments

No comments written yet.

Please login to write comment.