Color Hex Logo

#bed9ad Color Hex

#BED9AD
(190,217,173)
0 Favorites   0 Comments

Color spaces of #bed9ad

RGB 190217173
HSL0.270.370.76
HSV97°20°85°
CMYK 0.120.000.20   0.15
XYZ53.590963.590048.9847
Yxy63.59000.32250.3827
Hunter Lab79.7433-19.591319.3997
CIE-Lab83.7518-16.897518.7372

#bed9ad color RGB value is (190,217,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 10101101
Octal 276 331 255
Decimal 190 217 173
Hex BE D9 AD

RGB Percentages of Color #bed9ad

%32.76
%37.41
%29.83

CMYK Percentages of Color #bed9ad

%12
%0
%20
%15

Triadic Colors of #bed9ad

#bed9ad #adbed9 #d9adbe

Analogous Colors of #bed9ad

#bed9ad #add9b2 #d4d9ad

Monochromatic Colors of #bed9ad

#bed9ad

Complementary Color

#bed9ad #c8add9

#bed9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed9ad Color CSS Codes

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

#bed9ad Text Font Color

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

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


#bed9ad Background Color

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

This div background color is #bed9ad


#bed9ad Border Color

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

This div border color is #bed9ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed9ad


Comments

No comments written yet.

Please login to write comment.