Color Hex Logo

#bedebd Color Hex

#BEDEBD
(190,222,189)
0 Favorites   0 Comments

Color spaces of #bedebd

RGB 190222189
HSL0.330.330.81
HSV118°15°87°
CMYK 0.140.000.15   0.13
XYZ56.541866.863858.0701
Yxy66.86380.31160.3684
Hunter Lab81.7703-19.670415.1337
CIE-Lab85.4351-16.706412.6969

#bedebd color RGB value is (190,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 10111101
Octal 276 336 275
Decimal 190 222 189
Hex BE DE BD

RGB Percentages of Color #bedebd

%31.61
%36.94
%31.45

CMYK Percentages of Color #bedebd

%14
%0
%15
%13

Triadic Colors of #bedebd

#bedebd #bdbede #debdbe

Analogous Colors of #bedebd

#bedebd #bddecd #cfdebd

Monochromatic Colors of #bedebd

#bedebd

Complementary Color

#bedebd #ddbdde

#bedebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedebd Color CSS Codes

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

#bedebd Text Font Color

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

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


#bedebd Background Color

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

This div background color is #bedebd


#bedebd Border Color

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

This div border color is #bedebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedebd


Comments

No comments written yet.

Please login to write comment.