Color Hex Logo

#bebedb Color Hex

#BEBEDB
(190,190,219)
0 Favorites   0 Comments

Color spaces of #bebedb

RGB 190190219
HSL0.670.290.80
HSV240°13°86°
CMYK 0.130.130.00   0.14
XYZ52.434852.888574.4627
Yxy52.88850.29170.2942
Hunter Lab72.72451.4318-9.8000
CIE-Lab77.80915.7258-14.4670

#bebedb color RGB value is (190,190,219).

#bebedb hex color red value is 190, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bebedb hue: 0.67 , saturation: 0.29 and the lightness value of bebedb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 11011011
Octal 276 276 333
Decimal 190 190 219
Hex BE BE DB

RGB Percentages of Color #bebedb

%31.72
%31.72
%36.56

CMYK Percentages of Color #bebedb

%13
%13
%0
%14

Triadic Colors of #bebedb

#bebedb #dbbebe #bedbbe

Analogous Colors of #bebedb

#bebedb #cdbedb #becddb

Monochromatic Colors of #bebedb

#bebedb

Complementary Color

#bebedb #dbdbbe

#bebedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebedb Color CSS Codes

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

#bebedb Text Font Color

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

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


#bebedb Background Color

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

This div background color is #bebedb


#bebedb Border Color

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

This div border color is #bebedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebedb


Comments

No comments written yet.

Please login to write comment.