Color Hex Logo

#bed8ac Color Hex

#BED8AC
(190,216,172)
0 Favorites   0 Comments

Color spaces of #bed8ac

RGB 190216172
HSL0.270.360.76
HSV95°20°85°
CMYK 0.120.000.20   0.15
XYZ53.237563.037448.3913
Yxy63.03740.32330.3828
Hunter Lab79.3961-19.253519.4405
CIE-Lab83.4621-16.558418.8589

#bed8ac color RGB value is (190,216,172).

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

The process color (four color CMYK) of #bed8ac color hex is 0.12, 0.00, 0.20, 0.15. Web safe color of #bed8ac is #cccc99. Color #bed8ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 10101100
Octal 276 330 254
Decimal 190 216 172
Hex BE D8 AC

RGB Percentages of Color #bed8ac

%32.87
%37.37
%29.76

CMYK Percentages of Color #bed8ac

%12
%0
%20
%15

Triadic Colors of #bed8ac

#bed8ac #acbed8 #d8acbe

Analogous Colors of #bed8ac

#bed8ac #acd8b0 #d4d8ac

Monochromatic Colors of #bed8ac

#bed8ac

Complementary Color

#bed8ac #c6acd8

#bed8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed8ac Color CSS Codes

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

#bed8ac Text Font Color

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

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


#bed8ac Background Color

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

This div background color is #bed8ac


#bed8ac Border Color

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

This div border color is #bed8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed8ac


Comments

No comments written yet.

Please login to write comment.