Color Hex Logo

#bebfa2 Color Hex

#BEBFA2
(190,191,162)
0 Favorites   0 Comments

Color spaces of #bebfa2

RGB 190191162
HSL0.170.180.69
HSV62°15°75°
CMYK 0.010.000.15   0.25
XYZ46.387650.817441.5463
Yxy50.81740.33430.3662
Hunter Lab71.2863-8.597115.3457
CIE-Lab76.5683-5.338214.5383

#bebfa2 color RGB value is (190,191,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 10100010
Octal 276 277 242
Decimal 190 191 162
Hex BE BF A2

RGB Percentages of Color #bebfa2

%34.99
%35.17
%29.83

CMYK Percentages of Color #bebfa2

%1
%0
%15
%25

Triadic Colors of #bebfa2

#bebfa2 #a2bebf #bfa2be

Analogous Colors of #bebfa2

#bebfa2 #b0bfa2 #bfb2a2

Monochromatic Colors of #bebfa2

#bebfa2

Complementary Color

#bebfa2 #a3a2bf

#bebfa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebfa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebfa2 Color CSS Codes

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

#bebfa2 Text Font Color

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

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


#bebfa2 Background Color

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

This div background color is #bebfa2


#bebfa2 Border Color

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

This div border color is #bebfa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebfa2


Comments

No comments written yet.

Please login to write comment.