Color Hex Logo

#bed6ae Color Hex

#BED6AE
(190,214,174)
0 Favorites   0 Comments

Color spaces of #bed6ae

RGB 190214174
HSL0.270.330.76
HSV96°19°84°
CMYK 0.110.000.19   0.16
XYZ52.921862.096349.2409
Yxy62.09630.32220.3780
Hunter Lab78.8012-18.024018.1120
CIE-Lab82.9646-15.230517.1132

#bed6ae color RGB value is (190,214,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 10101110
Octal 276 326 256
Decimal 190 214 174
Hex BE D6 AE

RGB Percentages of Color #bed6ae

%32.87
%37.02
%30.10

CMYK Percentages of Color #bed6ae

%11
%0
%19
%16

Triadic Colors of #bed6ae

#bed6ae #aebed6 #d6aebe

Analogous Colors of #bed6ae

#bed6ae #aed6b2 #d2d6ae

Monochromatic Colors of #bed6ae

#bed6ae

Complementary Color

#bed6ae #c6aed6

#bed6ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed6ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed6ae Color CSS Codes

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

#bed6ae Text Font Color

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

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


#bed6ae Background Color

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

This div background color is #bed6ae


#bed6ae Border Color

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

This div border color is #bed6ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed6ae


Comments

No comments written yet.

Please login to write comment.