Color Hex Logo

#bebef4 Color Hex

#BEBEF4
(190,190,244)
0 Favorites   0 Comments

Color spaces of #bebef4

RGB 190190244
HSL0.670.710.85
HSV240°22°96°
CMYK 0.220.220.00   0.04
XYZ55.977854.305793.1197
Yxy54.30570.27520.2670
Hunter Lab73.69246.6294-23.3358
CIE-Lab78.639711.1816-26.6694

#bebef4 color RGB value is (190,190,244).

#bebef4 hex color red value is 190, green value is 190 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #bebef4 hue: 0.67 , saturation: 0.71 and the lightness value of bebef4 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 11110100
Octal 276 276 364
Decimal 190 190 244
Hex BE BE F4

RGB Percentages of Color #bebef4

%30.45
%30.45
%39.10

CMYK Percentages of Color #bebef4

%22
%22
%0
%4

Triadic Colors of #bebef4

#bebef4 #f4bebe #bef4be

Analogous Colors of #bebef4

#bebef4 #d9bef4 #bed9f4

Monochromatic Colors of #bebef4

#bebef4

Complementary Color

#bebef4 #f4f4be

#bebef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebef4 Color CSS Codes

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

#bebef4 Text Font Color

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

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


#bebef4 Background Color

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

This div background color is #bebef4


#bebef4 Border Color

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

This div border color is #bebef4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebef4


Comments

No comments written yet.

Please login to write comment.