Color Hex Logo

#bedcbd Color Hex

#BEDCBD
(190,220,189)
0 Favorites   0 Comments

Color spaces of #bedcbd

RGB 190220189
HSL0.330.310.80
HSV118°14°86°
CMYK 0.140.000.14   0.14
XYZ56.013765.807757.8940
Yxy65.80770.31170.3662
Hunter Lab81.1219-18.711414.4721
CIE-Lab84.8982-15.705511.9353

#bedcbd color RGB value is (190,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 10111101
Octal 276 334 275
Decimal 190 220 189
Hex BE DC BD

RGB Percentages of Color #bedcbd

%31.72
%36.73
%31.55

CMYK Percentages of Color #bedcbd

%14
%0
%14
%14

Triadic Colors of #bedcbd

#bedcbd #bdbedc #dcbdbe

Analogous Colors of #bedcbd

#bedcbd #bddccc #cedcbd

Monochromatic Colors of #bedcbd

#bedcbd

Complementary Color

#bedcbd #dbbddc

#bedcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedcbd Color CSS Codes

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

#bedcbd Text Font Color

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

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


#bedcbd Background Color

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

This div background color is #bedcbd


#bedcbd Border Color

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

This div border color is #bedcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedcbd


Comments

No comments written yet.

Please login to write comment.