Color Hex Logo

#bebefe Color Hex

#BEBEFE
(190,190,254)
0 Favorites   0 Comments

Color spaces of #bebefe

RGB 190190254
HSL0.670.970.87
HSV240°25°100°
CMYK 0.250.250.00   0.00
XYZ57.538154.9298101.3359
Yxy54.92980.26910.2569
Hunter Lab74.11468.8759-29.1861
CIE-Lab79.000813.4832-31.4735

#bebefe color RGB value is (190,190,254).

#bebefe hex color red value is 190, green value is 190 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bebefe hue: 0.67 , saturation: 0.97 and the lightness value of bebefe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 11111110
Octal 276 276 376
Decimal 190 190 254
Hex BE BE FE

RGB Percentages of Color #bebefe

%29.97
%29.97
%40.06

CMYK Percentages of Color #bebefe

%25
%25
%0
%0

Triadic Colors of #bebefe

#bebefe #febebe #befebe

Analogous Colors of #bebefe

#bebefe #debefe #bedefe

Monochromatic Colors of #bebefe

#bebefe

Complementary Color

#bebefe #fefebe

#bebefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebefe Color CSS Codes

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

#bebefe Text Font Color

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

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


#bebefe Background Color

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

This div background color is #bebefe


#bebefe Border Color

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

This div border color is #bebefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebefe


Comments

No comments written yet.

Please login to write comment.