Color Hex Logo

#bed7bc Color Hex

#BED7BC
(190,215,188)
0 Favorites   0 Comments

Color spaces of #bed7bc

RGB 190215188
HSL0.320.250.79
HSV116°13°84°
CMYK 0.120.000.13   0.16
XYZ54.612763.178956.8933
Yxy63.17890.31260.3617
Hunter Lab79.4852-16.455213.2014
CIE-Lab83.5364-13.360210.5263

#bed7bc color RGB value is (190,215,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 10111100
Octal 276 327 274
Decimal 190 215 188
Hex BE D7 BC

RGB Percentages of Color #bed7bc

%32.04
%36.26
%31.70

CMYK Percentages of Color #bed7bc

%12
%0
%13
%16

Triadic Colors of #bed7bc

#bed7bc #bcbed7 #d7bcbe

Analogous Colors of #bed7bc

#bed7bc #bcd7c8 #ccd7bc

Monochromatic Colors of #bed7bc

#bed7bc

Complementary Color

#bed7bc #d5bcd7

#bed7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed7bc Color CSS Codes

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

#bed7bc Text Font Color

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

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


#bed7bc Background Color

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

This div background color is #bed7bc


#bed7bc Border Color

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

This div border color is #bed7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed7bc


Comments

No comments written yet.

Please login to write comment.