Color Hex Logo

#bebf8b Color Hex

#BEBF8B
(190,191,139)
0 Favorites   0 Comments

Color spaces of #bebf8b

RGB 190191139
HSL0.170.290.65
HSV61°27°75°
CMYK 0.010.000.27   0.25
XYZ44.526250.072831.7443
Yxy50.07280.35240.3963
Hunter Lab70.7621-11.514822.9357
CIE-Lab76.1139-8.717426.2003

#bebf8b color RGB value is (190,191,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 10001011
Octal 276 277 213
Decimal 190 191 139
Hex BE BF 8B

RGB Percentages of Color #bebf8b

%36.54
%36.73
%26.73

CMYK Percentages of Color #bebf8b

%1
%0
%27
%25

Triadic Colors of #bebf8b

#bebf8b #8bbebf #bf8bbe

Analogous Colors of #bebf8b

#bebf8b #a4bf8b #bfa68b

Monochromatic Colors of #bebf8b

#bebf8b

Complementary Color

#bebf8b #8c8bbf

#bebf8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebf8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebf8b Color CSS Codes

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

#bebf8b Text Font Color

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

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


#bebf8b Background Color

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

This div background color is #bebf8b


#bebf8b Border Color

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

This div border color is #bebf8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebf8b


Comments

No comments written yet.

Please login to write comment.