Color Hex Logo

#bedda9 Color Hex

#BEDDA9
(190,221,169)
0 Favorites   0 Comments

Color spaces of #bedda9

RGB 190221169
HSL0.270.430.76
HSV96°24°87°
CMYK 0.140.000.24   0.13
XYZ54.253165.524647.3242
Yxy65.52460.32470.3921
Hunter Lab80.9473-22.022122.0004
CIE-Lab84.7533-19.519922.2155

#bedda9 color RGB value is (190,221,169).

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

The process color (four color CMYK) of #bedda9 color hex is 0.14, 0.00, 0.24, 0.13. Web safe color of #bedda9 is #cccc99. Color #bedda9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 10101001
Octal 276 335 251
Decimal 190 221 169
Hex BE DD A9

RGB Percentages of Color #bedda9

%32.76
%38.10
%29.14

CMYK Percentages of Color #bedda9

%14
%0
%24
%13

Triadic Colors of #bedda9

#bedda9 #a9bedd #dda9be

Analogous Colors of #bedda9

#bedda9 #a9ddae #d8dda9

Monochromatic Colors of #bedda9

#bedda9

Complementary Color

#bedda9 #c8a9dd

#bedda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedda9 Color CSS Codes

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

#bedda9 Text Font Color

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

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


#bedda9 Background Color

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

This div background color is #bedda9


#bedda9 Border Color

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

This div border color is #bedda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedda9


Comments

No comments written yet.

Please login to write comment.