Color Hex Logo

#befba8 Color Hex

#BEFBA8
(190,251,168)
0 Favorites   0 Comments

Color spaces of #befba8

RGB 190251168
HSL0.290.910.82
HSV104°33°98°
CMYK 0.240.000.33   0.02
XYZ62.800382.768749.7118
Yxy82.76870.32160.4238
Hunter Lab90.9773-35.994331.2869
CIE-Lab92.9131-33.963333.7780

#befba8 color RGB value is (190,251,168).

#befba8 hex color red value is 190, green value is 251 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #befba8 hue: 0.29 , saturation: 0.91 and the lightness value of befba8 is 0.82.

The process color (four color CMYK) of #befba8 color hex is 0.24, 0.00, 0.33, 0.02. Web safe color of #befba8 is #ccff99. Color #befba8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 10101000
Octal 276 373 250
Decimal 190 251 168
Hex BE FB A8

RGB Percentages of Color #befba8

%31.20
%41.22
%27.59

CMYK Percentages of Color #befba8

%24
%0
%33
%2

Triadic Colors of #befba8

#befba8 #a8befb #fba8be

Analogous Colors of #befba8

#befba8 #a8fbbc #e8fba8

Monochromatic Colors of #befba8

#befba8

Complementary Color

#befba8 #e5a8fb

#befba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befba8 Color CSS Codes

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

#befba8 Text Font Color

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

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


#befba8 Background Color

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

This div background color is #befba8


#befba8 Border Color

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

This div border color is #befba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befba8

Related Colors


Comments

No comments written yet.

Please login to write comment.