Color Hex Logo

#befbab Color Hex

#BEFBAB
(190,251,171)
0 Favorites   0 Comments

Color spaces of #befbab

RGB 190251171
HSL0.290.910.83
HSV106°32°98°
CMYK 0.240.000.32   0.02
XYZ63.083182.881851.2010
Yxy82.88180.31990.4204
Hunter Lab91.0394-35.632730.3826
CIE-Lab92.9627-33.524432.3407

#befbab color RGB value is (190,251,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 10101011
Octal 276 373 253
Decimal 190 251 171
Hex BE FB AB

RGB Percentages of Color #befbab

%31.05
%41.01
%27.94

CMYK Percentages of Color #befbab

%24
%0
%32
%2

Triadic Colors of #befbab

#befbab #abbefb #fbabbe

Analogous Colors of #befbab

#befbab #abfbc0 #e6fbab

Monochromatic Colors of #befbab

#befbab

Complementary Color

#befbab #e8abfb

#befbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#befbab Color CSS Codes

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

#befbab Text Font Color

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

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


#befbab Background Color

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

This div background color is #befbab


#befbab Border Color

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

This div border color is #befbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befbab


Comments

No comments written yet.

Please login to write comment.