Color Hex Logo

#bedaaa Color Hex

#BEDAAA
(190,218,170)
0 Favorites   0 Comments

Color spaces of #bedaaa

RGB 190218170
HSL0.260.390.76
HSV95°22°85°
CMYK 0.130.000.22   0.15
XYZ53.562363.992247.5589
Yxy63.99220.32440.3876
Hunter Lab79.9951-20.473320.7473
CIE-Lab83.9617-17.875620.6006

#bedaaa color RGB value is (190,218,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 10101010
Octal 276 332 252
Decimal 190 218 170
Hex BE DA AA

RGB Percentages of Color #bedaaa

%32.87
%37.72
%29.41

CMYK Percentages of Color #bedaaa

%13
%0
%22
%15

Triadic Colors of #bedaaa

#bedaaa #aabeda #daaabe

Analogous Colors of #bedaaa

#bedaaa #aadaae #d6daaa

Monochromatic Colors of #bedaaa

#bedaaa

Complementary Color

#bedaaa #c6aada

#bedaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedaaa Color CSS Codes

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

#bedaaa Text Font Color

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

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


#bedaaa Background Color

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

This div background color is #bedaaa


#bedaaa Border Color

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

This div border color is #bedaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedaaa


Comments

No comments written yet.

Please login to write comment.