Color Hex Logo

#bed7ba Color Hex

#BED7BA
(190,215,186)
0 Favorites   0 Comments

Color spaces of #bed7ba

RGB 190215186
HSL0.310.270.79
HSV112°13°84°
CMYK 0.120.000.13   0.16
XYZ54.398663.093255.7655
Yxy63.09320.31400.3642
Hunter Lab79.4312-16.758613.9767
CIE-Lab83.4914-13.710011.5202

#bed7ba color RGB value is (190,215,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 10111010
Octal 276 327 272
Decimal 190 215 186
Hex BE D7 BA

RGB Percentages of Color #bed7ba

%32.15
%36.38
%31.47

CMYK Percentages of Color #bed7ba

%12
%0
%13
%16

Triadic Colors of #bed7ba

#bed7ba #babed7 #d7babe

Analogous Colors of #bed7ba

#bed7ba #bad7c5 #cdd7ba

Monochromatic Colors of #bed7ba

#bed7ba

Complementary Color

#bed7ba #d3bad7

#bed7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed7ba Color CSS Codes

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

#bed7ba Text Font Color

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

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


#bed7ba Background Color

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

This div background color is #bed7ba


#bed7ba Border Color

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

This div border color is #bed7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed7ba

#bed7ba Color Palettes


Comments

No comments written yet.

Please login to write comment.