Color Hex Logo

#bed9aa Color Hex

#BED9AA
(190,217,170)
0 Favorites   0 Comments

Color spaces of #bed9aa

RGB 190217170
HSL0.260.380.76
HSV94°22°85°
CMYK 0.120.000.22   0.15
XYZ53.303863.475147.4727
Yxy63.47510.32450.3865
Hunter Lab79.6713-19.999920.4415
CIE-Lab83.6917-17.377320.2269

#bed9aa color RGB value is (190,217,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 10101010
Octal 276 331 252
Decimal 190 217 170
Hex BE D9 AA

RGB Percentages of Color #bed9aa

%32.93
%37.61
%29.46

CMYK Percentages of Color #bed9aa

%12
%0
%22
%15

Triadic Colors of #bed9aa

#bed9aa #aabed9 #d9aabe

Analogous Colors of #bed9aa

#bed9aa #aad9ae #d6d9aa

Monochromatic Colors of #bed9aa

#bed9aa

Complementary Color

#bed9aa #c5aad9

#bed9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed9aa Color CSS Codes

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

#bed9aa Text Font Color

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

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


#bed9aa Background Color

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

This div background color is #bed9aa


#bed9aa Border Color

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

This div border color is #bed9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed9aa


Comments

No comments written yet.

Please login to write comment.