Color Hex Logo

#bebfea Color Hex

#BEBFEA
(190,191,234)
0 Favorites   0 Comments

Color spaces of #bebfea

RGB 190191234
HSL0.660.510.83
HSV239°19°92°
CMYK 0.190.180.00   0.08
XYZ54.717354.149385.4098
Yxy54.14930.28160.2787
Hunter Lab73.58623.9533-17.3062
CIE-Lab78.54878.4038-21.4352

#bebfea color RGB value is (190,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 11101010
Octal 276 277 352
Decimal 190 191 234
Hex BE BF EA

RGB Percentages of Color #bebfea

%30.89
%31.06
%38.05

CMYK Percentages of Color #bebfea

%19
%18
%0
%8

Triadic Colors of #bebfea

#bebfea #eabebf #bfeabe

Analogous Colors of #bebfea

#bebfea #d3beea #bed5ea

Monochromatic Colors of #bebfea

#bebfea

Complementary Color

#bebfea #eae9be

#bebfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebfea Color CSS Codes

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

#bebfea Text Font Color

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

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


#bebfea Background Color

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

This div background color is #bebfea


#bebfea Border Color

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

This div border color is #bebfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebfea


Comments

No comments written yet.

Please login to write comment.