Color Hex Logo

#bed6be Color Hex

#BED6BE
(190,214,190)
0 Favorites   0 Comments

Color spaces of #bed6be

RGB 190214190
HSL0.330.230.79
HSV120°11°84°
CMYK 0.110.000.11   0.16
XYZ54.576062.758057.9522
Yxy62.75800.31140.3580
Hunter Lab79.2199-15.663212.0812
CIE-Lab83.3149-12.49849.1511

#bed6be color RGB value is (190,214,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 10111110
Octal 276 326 276
Decimal 190 214 190
Hex BE D6 BE

RGB Percentages of Color #bed6be

%31.99
%36.03
%31.99

CMYK Percentages of Color #bed6be

%11
%0
%11
%16

Triadic Colors of #bed6be

#bed6be #bebed6 #d6bebe

Analogous Colors of #bed6be

#bed6be #bed6ca #cad6be

Monochromatic Colors of #bed6be

#bed6be

Complementary Color

#bed6be #d6bed6

#bed6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed6be Color CSS Codes

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

#bed6be Text Font Color

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

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


#bed6be Background Color

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

This div background color is #bed6be


#bed6be Border Color

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

This div border color is #bed6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed6be


Comments

No comments written yet.

Please login to write comment.