Color Hex Logo

#bed0ba Color Hex

#BED0BA
(190,208,186)
0 Favorites   0 Comments

Color spaces of #bed0ba

RGB 190208186
HSL0.300.190.77
HSV109°11°82°
CMYK 0.090.000.11   0.18
XYZ52.654059.604155.1839
Yxy59.60410.31450.3560
Hunter Lab77.2037-13.367011.6631
CIE-Lab81.6225-10.14078.8563

#bed0ba color RGB value is (190,208,186).

#bed0ba hex color red value is 190, green value is 208 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bed0ba hue: 0.30 , saturation: 0.19 and the lightness value of bed0ba is 0.77.

The process color (four color CMYK) of #bed0ba color hex is 0.09, 0.00, 0.11, 0.18. Web safe color of #bed0ba is #cccccc. Color #bed0ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 10111010
Octal 276 320 272
Decimal 190 208 186
Hex BE D0 BA

RGB Percentages of Color #bed0ba

%32.53
%35.62
%31.85

CMYK Percentages of Color #bed0ba

%9
%0
%11
%18

Triadic Colors of #bed0ba

#bed0ba #babed0 #d0babe

Analogous Colors of #bed0ba

#bed0ba #bad0c1 #c9d0ba

Monochromatic Colors of #bed0ba

#bed0ba

Complementary Color

#bed0ba #ccbad0

#bed0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed0ba Color CSS Codes

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

#bed0ba Text Font Color

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

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


#bed0ba Background Color

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

This div background color is #bed0ba


#bed0ba Border Color

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

This div border color is #bed0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed0ba


Comments

No comments written yet.

Please login to write comment.