Color Hex Logo

#bebdea Color Hex

#BEBDEA
(190,189,234)
0 Favorites   0 Comments

Color spaces of #bebdea

RGB 190189234
HSL0.670.520.83
HSV241°19°92°
CMYK 0.190.190.00   0.08
XYZ54.284153.282985.2654
Yxy53.28290.28150.2763
Hunter Lab72.99515.0031-18.1599
CIE-Lab78.04179.4885-22.2053

#bebdea color RGB value is (190,189,234).

#bebdea hex color red value is 190, green value is 189 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bebdea hue: 0.67 , saturation: 0.52 and the lightness value of bebdea is 0.83.

The process color (four color CMYK) of #bebdea color hex is 0.19, 0.19, 0.00, 0.08. Web safe color of #bebdea is #ccccff. Color #bebdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 11101010
Octal 276 275 352
Decimal 190 189 234
Hex BE BD EA

RGB Percentages of Color #bebdea

%31.00
%30.83
%38.17

CMYK Percentages of Color #bebdea

%19
%19
%0
%8

Triadic Colors of #bebdea

#bebdea #eabebd #bdeabe

Analogous Colors of #bebdea

#bebdea #d5bdea #bdd3ea

Monochromatic Colors of #bebdea

#bebdea

Complementary Color

#bebdea #e9eabd

#bebdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebdea Color CSS Codes

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

#bebdea Text Font Color

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

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


#bebdea Background Color

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

This div background color is #bebdea


#bebdea Border Color

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

This div border color is #bebdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebdea


Comments

No comments written yet.

Please login to write comment.