Color Hex Logo

#bedb97 Color Hex

#BEDB97
(190,219,151)
0 Favorites   0 Comments

Color spaces of #bedb97

RGB 190219151
HSL0.240.490.73
HSV86°31°86°
CMYK 0.130.000.31   0.14
XYZ52.152663.844638.8527
Yxy63.84460.33680.4123
Hunter Lab79.9028-23.322927.1022
CIE-Lab83.8848-21.199530.3583

#bedb97 color RGB value is (190,219,151).

#bedb97 hex color red value is 190, green value is 219 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bedb97 hue: 0.24 , saturation: 0.49 and the lightness value of bedb97 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 10010111
Octal 276 333 227
Decimal 190 219 151
Hex BE DB 97

RGB Percentages of Color #bedb97

%33.93
%39.11
%26.96

CMYK Percentages of Color #bedb97

%13
%0
%31
%14

Triadic Colors of #bedb97

#bedb97 #97bedb #db97be

Analogous Colors of #bedb97

#bedb97 #9cdb97 #dbd697

Monochromatic Colors of #bedb97

#bedb97

Complementary Color

#bedb97 #b497db

#bedb97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedb97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedb97 Color CSS Codes

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

#bedb97 Text Font Color

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

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


#bedb97 Background Color

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

This div background color is #bedb97


#bedb97 Border Color

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

This div border color is #bedb97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedb97


Comments

No comments written yet.

Please login to write comment.