Color Hex Logo

#bedebb Color Hex

#BEDEBB
(190,222,187)
0 Favorites   0 Comments

Color spaces of #bedebb

RGB 190222187
HSL0.320.350.80
HSV115°16°87°
CMYK 0.140.000.16   0.13
XYZ56.326166.777656.9344
Yxy66.77760.31290.3709
Hunter Lab81.7176-19.969715.8937
CIE-Lab85.3915-17.053813.6860

#bedebb color RGB value is (190,222,187).

#bedebb hex color red value is 190, green value is 222 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bedebb hue: 0.32 , saturation: 0.35 and the lightness value of bedebb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 10111011
Octal 276 336 273
Decimal 190 222 187
Hex BE DE BB

RGB Percentages of Color #bedebb

%31.72
%37.06
%31.22

CMYK Percentages of Color #bedebb

%14
%0
%16
%13

Triadic Colors of #bedebb

#bedebb #bbbede #debbbe

Analogous Colors of #bedebb

#bedebb #bbdeca #d0debb

Monochromatic Colors of #bedebb

#bedebb

Complementary Color

#bedebb #dbbbde

#bedebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedebb Color CSS Codes

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

#bedebb Text Font Color

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

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


#bedebb Background Color

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

This div background color is #bedebb


#bedebb Border Color

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

This div border color is #bedebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedebb


Comments

No comments written yet.

Please login to write comment.