Color Hex Logo

#bedb7d Color Hex

#BEDB7D
(190,219,125)
0 Favorites   0 Comments

Color spaces of #bedb7d

RGB 190219125
HSL0.220.570.67
HSV79°43°86°
CMYK 0.130.000.43   0.14
XYZ50.268463.090928.9304
Yxy63.09090.35330.4434
Hunter Lab79.4298-26.035634.0059
CIE-Lab83.4902-24.488842.9583

#bedb7d color RGB value is (190,219,125).

#bedb7d hex color red value is 190, green value is 219 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bedb7d hue: 0.22 , saturation: 0.57 and the lightness value of bedb7d is 0.67.

The process color (four color CMYK) of #bedb7d color hex is 0.13, 0.00, 0.43, 0.14. Web safe color of #bedb7d is #cccc66. Color #bedb7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 01111101
Octal 276 333 175
Decimal 190 219 125
Hex BE DB 7D

RGB Percentages of Color #bedb7d

%35.58
%41.01
%23.41

CMYK Percentages of Color #bedb7d

%13
%0
%43
%14

Triadic Colors of #bedb7d

#bedb7d #7dbedb #db7dbe

Analogous Colors of #bedb7d

#bedb7d #8fdb7d #dbc97d

Monochromatic Colors of #bedb7d

#bedb7d

Complementary Color

#bedb7d #9a7ddb

#bedb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedb7d Color CSS Codes

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

#bedb7d Text Font Color

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

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


#bedb7d Background Color

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

This div background color is #bedb7d


#bedb7d Border Color

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

This div border color is #bedb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedb7d


Comments

No comments written yet.

Please login to write comment.