Color Hex Logo

#bedfbd Color Hex

#BEDFBD
(190,223,189)
0 Favorites   0 Comments

Color spaces of #bedfbd

RGB 190223189
HSL0.330.350.81
HSV118°15°87°
CMYK 0.150.000.15   0.13
XYZ56.808267.396658.1589
Yxy67.39660.31150.3696
Hunter Lab82.0954-20.149015.4640
CIE-Lab85.7038-17.205213.0775

#bedfbd color RGB value is (190,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 10111101
Octal 276 337 275
Decimal 190 223 189
Hex BE DF BD

RGB Percentages of Color #bedfbd

%31.56
%37.04
%31.40

CMYK Percentages of Color #bedfbd

%15
%0
%15
%13

Triadic Colors of #bedfbd

#bedfbd #bdbedf #dfbdbe

Analogous Colors of #bedfbd

#bedfbd #bddfcd #cfdfbd

Monochromatic Colors of #bedfbd

#bedfbd

Complementary Color

#bedfbd #debddf

#bedfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfbd Color CSS Codes

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

#bedfbd Text Font Color

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

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


#bedfbd Background Color

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

This div background color is #bedfbd


#bedfbd Border Color

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

This div border color is #bedfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfbd


Comments

No comments written yet.

Please login to write comment.