Color Hex Logo

#bebef0 Color Hex

#BEBEF0
(190,190,240)
0 Favorites   0 Comments

Color spaces of #bebef0

RGB 190190240
HSL0.670.630.84
HSV240°21°94°
CMYK 0.210.210.00   0.06
XYZ55.376854.065389.9551
Yxy54.06530.27770.2711
Hunter Lab73.52915.7573-21.0647
CIE-Lab78.499810.2791-24.7352

#bebef0 color RGB value is (190,190,240).

#bebef0 hex color red value is 190, green value is 190 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #bebef0 hue: 0.67 , saturation: 0.63 and the lightness value of bebef0 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 11110000
Octal 276 276 360
Decimal 190 190 240
Hex BE BE F0

RGB Percentages of Color #bebef0

%30.65
%30.65
%38.71

CMYK Percentages of Color #bebef0

%21
%21
%0
%6

Triadic Colors of #bebef0

#bebef0 #f0bebe #bef0be

Analogous Colors of #bebef0

#bebef0 #d7bef0 #bed7f0

Monochromatic Colors of #bebef0

#bebef0

Complementary Color

#bebef0 #f0f0be

#bebef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebef0 Color CSS Codes

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

#bebef0 Text Font Color

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

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


#bebef0 Background Color

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

This div background color is #bebef0


#bebef0 Border Color

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

This div border color is #bebef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebef0


Comments

No comments written yet.

Please login to write comment.