Color Hex Logo

#bed6bb Color Hex

#BED6BB
(190,214,187)
0 Favorites   0 Comments

Color spaces of #bed6bb

RGB 190214187
HSL0.310.250.79
HSV113°13°84°
CMYK 0.110.000.13   0.16
XYZ54.251462.628156.2428
Yxy62.62810.31340.3618
Hunter Lab79.1379-16.124313.2595
CIE-Lab83.2463-13.028410.6425

#bed6bb color RGB value is (190,214,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 10111011
Octal 276 326 273
Decimal 190 214 187
Hex BE D6 BB

RGB Percentages of Color #bed6bb

%32.15
%36.21
%31.64

CMYK Percentages of Color #bed6bb

%11
%0
%13
%16

Triadic Colors of #bed6bb

#bed6bb #bbbed6 #d6bbbe

Analogous Colors of #bed6bb

#bed6bb #bbd6c6 #ccd6bb

Monochromatic Colors of #bed6bb

#bed6bb

Complementary Color

#bed6bb #d3bbd6

#bed6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed6bb Color CSS Codes

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

#bed6bb Text Font Color

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

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


#bed6bb Background Color

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

This div background color is #bed6bb


#bed6bb Border Color

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

This div border color is #bed6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed6bb


Comments

No comments written yet.

Please login to write comment.