Color Hex Logo

#bebfa4 Color Hex

#BEBFA4
(190,191,164)
0 Favorites   0 Comments

Color spaces of #bebfa4

RGB 190191164
HSL0.170.170.70
HSV62°14°75°
CMYK 0.010.000.14   0.25
XYZ46.566850.889142.4902
Yxy50.88910.33270.3636
Hunter Lab71.3366-8.318614.6207
CIE-Lab76.6118-5.019513.5230

#bebfa4 color RGB value is (190,191,164).

#bebfa4 hex color red value is 190, green value is 191 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #bebfa4 hue: 0.17 , saturation: 0.17 and the lightness value of bebfa4 is 0.70.

The process color (four color CMYK) of #bebfa4 color hex is 0.01, 0.00, 0.14, 0.25. Web safe color of #bebfa4 is #cccc99. Color #bebfa4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 10100100
Octal 276 277 244
Decimal 190 191 164
Hex BE BF A4

RGB Percentages of Color #bebfa4

%34.86
%35.05
%30.09

CMYK Percentages of Color #bebfa4

%1
%0
%14
%25

Triadic Colors of #bebfa4

#bebfa4 #a4bebf #bfa4be

Analogous Colors of #bebfa4

#bebfa4 #b1bfa4 #bfb3a4

Monochromatic Colors of #bebfa4

#bebfa4

Complementary Color

#bebfa4 #a5a4bf

#bebfa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebfa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebfa4 Color CSS Codes

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

#bebfa4 Text Font Color

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

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


#bebfa4 Background Color

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

This div background color is #bebfa4


#bebfa4 Border Color

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

This div border color is #bebfa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebfa4


Comments

No comments written yet.

Please login to write comment.