Color Hex Logo

#bedd9e Color Hex

#BEDD9E
(190,221,158)
0 Favorites   0 Comments

Color spaces of #bedd9e

RGB 190221158
HSL0.250.480.74
HSV90°29°87°
CMYK 0.140.000.29   0.13
XYZ53.263265.128742.1116
Yxy65.12870.33190.4058
Hunter Lab80.7024-23.419925.5533
CIE-Lab84.5500-21.181527.6450

#bedd9e color RGB value is (190,221,158).

#bedd9e hex color red value is 190, green value is 221 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bedd9e hue: 0.25 , saturation: 0.48 and the lightness value of bedd9e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 10011110
Octal 276 335 236
Decimal 190 221 158
Hex BE DD 9E

RGB Percentages of Color #bedd9e

%33.39
%38.84
%27.77

CMYK Percentages of Color #bedd9e

%14
%0
%29
%13

Triadic Colors of #bedd9e

#bedd9e #9ebedd #dd9ebe

Analogous Colors of #bedd9e

#bedd9e #9fdd9e #dddd9e

Monochromatic Colors of #bedd9e

#bedd9e

Complementary Color

#bedd9e #bd9edd

#bedd9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedd9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedd9e Color CSS Codes

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

#bedd9e Text Font Color

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

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


#bedd9e Background Color

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

This div background color is #bedd9e


#bedd9e Border Color

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

This div border color is #bedd9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedd9e


Comments

No comments written yet.

Please login to write comment.