Color Hex Logo

#bedead Color Hex

#BEDEAD
(190,222,173)
7 Favorites   3 Comments

Color spaces of #bedead

RGB 190222173
HSL0.280.430.77
HSV99°22°87°
CMYK 0.140.000.22   0.13
XYZ54.899366.206849.4209
Yxy66.20680.32190.3882
Hunter Lab81.3676-21.958020.9458
CIE-Lab85.1018-19.381620.6112

#bedead color RGB value is (190,222,173).

#bedead hex color red value is 190, green value is 222 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bedead hue: 0.28 , saturation: 0.43 and the lightness value of bedead is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 10101101
Octal 276 336 255
Decimal 190 222 173
Hex BE DE AD

RGB Percentages of Color #bedead

%32.48
%37.95
%29.57

CMYK Percentages of Color #bedead

%14
%0
%22
%13

Triadic Colors of #bedead

#bedead #adbede #deadbe

Analogous Colors of #bedead

#bedead #addeb5 #d7dead

Monochromatic Colors of #bedead

#bedead

Complementary Color

#bedead #cdadde

#bedead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedead Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedead Color CSS Codes

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

#bedead Text Font Color

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

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


#bedead Background Color

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

This div background color is #bedead


#bedead Border Color

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

This div border color is #bedead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedead


Comments

28 Dec 2022, 12:53 Zacapea

BeDead from a colour? Wow!!

13 Jan 2021, 2:06 HEXED

It might look friendly, but don’t be fooled.

20 Feb 2019, 19:55 Named

This is a nice color, but it is somewhat edgy.

Please login to write comment.