Color Hex Logo

#bebeda Color Hex

#BEBEDA
(190,190,218)
0 Favorites   0 Comments

Color spaces of #bebeda

RGB 190190218
HSL0.670.270.80
HSV240°13°85°
CMYK 0.130.130.00   0.15
XYZ52.303552.836073.7713
Yxy52.83600.29230.2953
Hunter Lab72.68841.2364-9.2914
CIE-Lab77.77815.5170-13.9735

#bebeda color RGB value is (190,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 11011010
Octal 276 276 332
Decimal 190 190 218
Hex BE BE DA

RGB Percentages of Color #bebeda

%31.77
%31.77
%36.45

CMYK Percentages of Color #bebeda

%13
%13
%0
%15

Triadic Colors of #bebeda

#bebeda #dabebe #bedabe

Analogous Colors of #bebeda

#bebeda #ccbeda #beccda

Monochromatic Colors of #bebeda

#bebeda

Complementary Color

#bebeda #dadabe

#bebeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebeda Color CSS Codes

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

#bebeda Text Font Color

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

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


#bebeda Background Color

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

This div background color is #bebeda


#bebeda Border Color

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

This div border color is #bebeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebeda


Comments

No comments written yet.

Please login to write comment.