Color Hex Logo

#bedd9f Color Hex

#BEDD9F
(190,221,159)
0 Favorites   0 Comments

Color spaces of #bedd9f

RGB 190221159
HSL0.250.480.75
HSV90°28°87°
CMYK 0.140.000.28   0.13
XYZ53.349765.163342.5668
Yxy65.16330.33120.4045
Hunter Lab80.7238-23.297425.2422
CIE-Lab84.5678-21.035227.1525

#bedd9f color RGB value is (190,221,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 10011111
Octal 276 335 237
Decimal 190 221 159
Hex BE DD 9F

RGB Percentages of Color #bedd9f

%33.33
%38.77
%27.89

CMYK Percentages of Color #bedd9f

%14
%0
%28
%13

Triadic Colors of #bedd9f

#bedd9f #9fbedd #dd9fbe

Analogous Colors of #bedd9f

#bedd9f #9fdd9f #dddd9f

Monochromatic Colors of #bedd9f

#bedd9f

Complementary Color

#bedd9f #be9fdd

#bedd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedd9f Color CSS Codes

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

#bedd9f Text Font Color

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

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


#bedd9f Background Color

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

This div background color is #bedd9f


#bedd9f Border Color

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

This div border color is #bedd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedd9f


Comments

No comments written yet.

Please login to write comment.