Color Hex Logo

#bedebe Color Hex

#BEDEBE
(190,222,190)
0 Favorites   0 Comments

Color spaces of #bedebe

RGB 190222190
HSL0.330.330.81
HSV120°14°87°
CMYK 0.140.000.14   0.13
XYZ56.650766.907458.6438
Yxy66.90740.31090.3672
Hunter Lab81.7969-19.519614.7503
CIE-Lab85.4572-16.531612.2025

#bedebe color RGB value is (190,222,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 10111110
Octal 276 336 276
Decimal 190 222 190
Hex BE DE BE

RGB Percentages of Color #bedebe

%31.56
%36.88
%31.56

CMYK Percentages of Color #bedebe

%14
%0
%14
%13

Triadic Colors of #bedebe

#bedebe #bebede #debebe

Analogous Colors of #bedebe

#bedebe #bedece #cedebe

Monochromatic Colors of #bedebe

#bedebe

Complementary Color

#bedebe #debede

#bedebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedebe Color CSS Codes

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

#bedebe Text Font Color

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

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


#bedebe Background Color

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

This div background color is #bedebe


#bedebe Border Color

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

This div border color is #bedebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedebe


Comments

No comments written yet.

Please login to write comment.