Color Hex Logo

#befbeb Color Hex

#BEFBEB
(190,251,235)
0 Favorites   0 Comments

Color spaces of #befbeb

RGB 190251235
HSL0.460.880.86
HSV164°24°98°
CMYK 0.240.000.06   0.02
XYZ70.727885.939791.4575
Yxy85.93970.28500.3464
Hunter Lab92.7037-26.04576.3996
CIE-Lab94.2866-22.28021.4444

#befbeb color RGB value is (190,251,235).

#befbeb hex color red value is 190, green value is 251 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #befbeb hue: 0.46 , saturation: 0.88 and the lightness value of befbeb is 0.86.

The process color (four color CMYK) of #befbeb color hex is 0.24, 0.00, 0.06, 0.02. Web safe color of #befbeb is #ccffff. Color #befbeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 11101011
Octal 276 373 353
Decimal 190 251 235
Hex BE FB EB

RGB Percentages of Color #befbeb

%28.11
%37.13
%34.76

CMYK Percentages of Color #befbeb

%24
%0
%6
%2

Triadic Colors of #befbeb

#befbeb #ebbefb #fbebbe

Analogous Colors of #befbeb

#befbeb #beedfb #befbcd

Monochromatic Colors of #befbeb

#befbeb

Complementary Color

#befbeb #fbbece

#befbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#befbeb Color CSS Codes

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

#befbeb Text Font Color

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

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


#befbeb Background Color

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

This div background color is #befbeb


#befbeb Border Color

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

This div border color is #befbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befbeb

Related Colors


Comments

No comments written yet.

Please login to write comment.