Color Hex Logo

#bedaa7 Color Hex

#BEDAA7
(190,218,167)
0 Favorites   0 Comments

Color spaces of #bedaa7

RGB 190218167
HSL0.260.410.75
HSV93°23°85°
CMYK 0.130.000.23   0.15
XYZ53.281763.880046.0810
Yxy63.88000.32640.3913
Hunter Lab79.9250-20.872321.7636
CIE-Lab83.9033-18.346022.0883

#bedaa7 color RGB value is (190,218,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 10100111
Octal 276 332 247
Decimal 190 218 167
Hex BE DA A7

RGB Percentages of Color #bedaa7

%33.04
%37.91
%29.04

CMYK Percentages of Color #bedaa7

%13
%0
%23
%15

Triadic Colors of #bedaa7

#bedaa7 #a7beda #daa7be

Analogous Colors of #bedaa7

#bedaa7 #a7daaa #d8daa7

Monochromatic Colors of #bedaa7

#bedaa7

Complementary Color

#bedaa7 #c3a7da

#bedaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedaa7 Color CSS Codes

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

#bedaa7 Text Font Color

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

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


#bedaa7 Background Color

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

This div background color is #bedaa7


#bedaa7 Border Color

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

This div border color is #bedaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedaa7


Comments

No comments written yet.

Please login to write comment.