Color Hex Logo

#bebbea Color Hex

#BEBBEA
(190,187,234)
0 Favorites   0 Comments

Color spaces of #bebbea

RGB 190187234
HSL0.680.530.83
HSV244°20°92°
CMYK 0.190.200.00   0.08
XYZ53.856852.428385.1230
Yxy52.42830.28140.2739
Hunter Lab72.40746.0558-19.0169
CIE-Lab77.536210.5760-22.9742

#bebbea color RGB value is (190,187,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 11101010
Octal 276 273 352
Decimal 190 187 234
Hex BE BB EA

RGB Percentages of Color #bebbea

%31.10
%30.61
%38.30

CMYK Percentages of Color #bebbea

%19
%20
%0
%8

Triadic Colors of #bebbea

#bebbea #eabebb #bbeabe

Analogous Colors of #bebbea

#bebbea #d6bbea #bbd0ea

Monochromatic Colors of #bebbea

#bebbea

Complementary Color

#bebbea #e7eabb

#bebbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbea Color CSS Codes

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

#bebbea Text Font Color

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

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


#bebbea Background Color

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

This div background color is #bebbea


#bebbea Border Color

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

This div border color is #bebbea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,187,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 #bebbea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbea


Comments

No comments written yet.

Please login to write comment.