Color Hex Logo

#bedabd Color Hex

#BEDABD
(190,218,189)
0 Favorites   0 Comments

Color spaces of #bedabd

RGB 190218189
HSL0.330.280.80
HSV118°13°85°
CMYK 0.130.000.13   0.15
XYZ55.491964.764157.7201
Yxy64.76410.31180.3639
Hunter Lab80.4761-17.749513.8086
CIE-Lab84.3620-14.700111.1732

#bedabd color RGB value is (190,218,189).

#bedabd hex color red value is 190, green value is 218 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bedabd hue: 0.33 , saturation: 0.28 and the lightness value of bedabd is 0.80.

The process color (four color CMYK) of #bedabd color hex is 0.13, 0.00, 0.13, 0.15. Web safe color of #bedabd is #cccccc. Color #bedabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 10111101
Octal 276 332 275
Decimal 190 218 189
Hex BE DA BD

RGB Percentages of Color #bedabd

%31.83
%36.52
%31.66

CMYK Percentages of Color #bedabd

%13
%0
%13
%15

Triadic Colors of #bedabd

#bedabd #bdbeda #dabdbe

Analogous Colors of #bedabd

#bedabd #bddacb #cddabd

Monochromatic Colors of #bedabd

#bedabd

Complementary Color

#bedabd #d9bdda

#bedabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedabd Color CSS Codes

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

#bedabd Text Font Color

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

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


#bedabd Background Color

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

This div background color is #bedabd


#bedabd Border Color

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

This div border color is #bedabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedabd


Comments

No comments written yet.

Please login to write comment.