Color Hex Logo

#bed8ba Color Hex

#BED8BA
(190,216,186)
0 Favorites   0 Comments

Color spaces of #bed8ba

RGB 190216186
HSL0.310.280.79
HSV112°14°85°
CMYK 0.120.000.14   0.15
XYZ54.654063.604155.8506
Yxy63.60410.31390.3653
Hunter Lab79.7522-17.240614.3056
CIE-Lab83.7592-14.215711.9006

#bed8ba color RGB value is (190,216,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 10111010
Octal 276 330 272
Decimal 190 216 186
Hex BE D8 BA

RGB Percentages of Color #bed8ba

%32.09
%36.49
%31.42

CMYK Percentages of Color #bed8ba

%12
%0
%14
%15

Triadic Colors of #bed8ba

#bed8ba #babed8 #d8babe

Analogous Colors of #bed8ba

#bed8ba #bad8c5 #cdd8ba

Monochromatic Colors of #bed8ba

#bed8ba

Complementary Color

#bed8ba #d4bad8

#bed8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed8ba Color CSS Codes

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

#bed8ba Text Font Color

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

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


#bed8ba Background Color

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

This div background color is #bed8ba


#bed8ba Border Color

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

This div border color is #bed8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed8ba


Comments

No comments written yet.

Please login to write comment.