Color Hex Logo

#bede8d Color Hex

#BEDE8D
(190,222,141)
0 Favorites   0 Comments

Color spaces of #bede8d

RGB 190222141
HSL0.230.550.71
HSV84°36°87°
CMYK 0.140.000.36   0.13
XYZ52.164265.112835.0180
Yxy65.11280.34250.4275
Hunter Lab80.6925-25.819430.7548
CIE-Lab84.5418-24.001236.3207

#bede8d color RGB value is (190,222,141).

#bede8d hex color red value is 190, green value is 222 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bede8d hue: 0.23 , saturation: 0.55 and the lightness value of bede8d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 10001101
Octal 276 336 215
Decimal 190 222 141
Hex BE DE 8D

RGB Percentages of Color #bede8d

%34.36
%40.14
%25.50

CMYK Percentages of Color #bede8d

%14
%0
%36
%13

Triadic Colors of #bede8d

#bede8d #8dbede #de8dbe

Analogous Colors of #bede8d

#bede8d #96de8d #ded68d

Monochromatic Colors of #bede8d

#bede8d

Complementary Color

#bede8d #ad8dde

#bede8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bede8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bede8d Color CSS Codes

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

#bede8d Text Font Color

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

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


#bede8d Background Color

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

This div background color is #bede8d


#bede8d Border Color

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

This div border color is #bede8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bede8d


Comments

No comments written yet.

Please login to write comment.