Color Hex Logo

#bed0bb Color Hex

#BED0BB
(190,208,187)
0 Favorites   0 Comments

Color spaces of #bed0bb

RGB 190208187
HSL0.310.180.77
HSV111°10°82°
CMYK 0.090.000.10   0.18
XYZ52.760759.646855.7459
Yxy59.64680.31380.3547
Hunter Lab77.2313-13.212311.2662
CIE-Lab81.6458-9.96408.3570

#bed0bb color RGB value is (190,208,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 10111011
Octal 276 320 273
Decimal 190 208 187
Hex BE D0 BB

RGB Percentages of Color #bed0bb

%32.48
%35.56
%31.97

CMYK Percentages of Color #bed0bb

%9
%0
%10
%18

Triadic Colors of #bed0bb

#bed0bb #bbbed0 #d0bbbe

Analogous Colors of #bed0bb

#bed0bb #bbd0c3 #c9d0bb

Monochromatic Colors of #bed0bb

#bed0bb

Complementary Color

#bed0bb #cdbbd0

#bed0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed0bb Color CSS Codes

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

#bed0bb Text Font Color

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

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


#bed0bb Background Color

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

This div background color is #bed0bb


#bed0bb Border Color

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

This div border color is #bed0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed0bb


Comments

No comments written yet.

Please login to write comment.