Color Hex Logo

#bedbbd Color Hex

#BEDBBD
(190,219,189)
0 Favorites   0 Comments

Color spaces of #bedbbd

RGB 190219189
HSL0.330.290.80
HSV118°14°86°
CMYK 0.130.000.14   0.14
XYZ55.752065.284357.8068
Yxy65.28430.31170.3650
Hunter Lab80.7987-18.230714.1405
CIE-Lab84.6300-15.203311.5543

#bedbbd color RGB value is (190,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 10111101
Octal 276 333 275
Decimal 190 219 189
Hex BE DB BD

RGB Percentages of Color #bedbbd

%31.77
%36.62
%31.61

CMYK Percentages of Color #bedbbd

%13
%0
%14
%14

Triadic Colors of #bedbbd

#bedbbd #bdbedb #dbbdbe

Analogous Colors of #bedbbd

#bedbbd #bddbcb #cddbbd

Monochromatic Colors of #bedbbd

#bedbbd

Complementary Color

#bedbbd #dabddb

#bedbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbbd Color CSS Codes

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

#bedbbd Text Font Color

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

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


#bedbbd Background Color

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

This div background color is #bedbbd


#bedbbd Border Color

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

This div border color is #bedbbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,219,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 #bedbbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbbd


Comments

No comments written yet.

Please login to write comment.