Color Hex Logo

#bed9ac Color Hex

#BED9AC
(190,217,172)
0 Favorites   0 Comments

Color spaces of #bed9ac

RGB 190217172
HSL0.270.370.76
HSV96°21°85°
CMYK 0.120.000.21   0.15
XYZ53.494563.551448.4769
Yxy63.55140.32320.3839
Hunter Lab79.7191-19.728319.7494
CIE-Lab83.7317-17.058319.2338

#bed9ac color RGB value is (190,217,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 10101100
Octal 276 331 254
Decimal 190 217 172
Hex BE D9 AC

RGB Percentages of Color #bed9ac

%32.82
%37.48
%29.71

CMYK Percentages of Color #bed9ac

%12
%0
%21
%15

Triadic Colors of #bed9ac

#bed9ac #acbed9 #d9acbe

Analogous Colors of #bed9ac

#bed9ac #acd9b1 #d5d9ac

Monochromatic Colors of #bed9ac

#bed9ac

Complementary Color

#bed9ac #c7acd9

#bed9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed9ac Color CSS Codes

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

#bed9ac Text Font Color

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

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


#bed9ac Background Color

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

This div background color is #bed9ac


#bed9ac Border Color

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

This div border color is #bed9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed9ac


Comments

No comments written yet.

Please login to write comment.