Color Hex Logo

#bebf6a Color Hex

#BEBF6A
(190,191,106)
0 Favorites   0 Comments

Color spaces of #bebf6a

RGB 190191106
HSL0.170.400.58
HSV61°45°75°
CMYK 0.010.000.45   0.25
XYZ42.467549.249420.9035
Yxy49.24940.37710.4373
Hunter Lab70.1779-14.793831.4642
CIE-Lab75.6062-12.608642.5655

#bebf6a color RGB value is (190,191,106).

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

The process color (four color CMYK) of #bebf6a color hex is 0.01, 0.00, 0.45, 0.25. Web safe color of #bebf6a is #cccc66. Color #bebf6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 01101010
Octal 276 277 152
Decimal 190 191 106
Hex BE BF 6A

RGB Percentages of Color #bebf6a

%39.01
%39.22
%21.77

CMYK Percentages of Color #bebf6a

%1
%0
%45
%25

Triadic Colors of #bebf6a

#bebf6a #6abebf #bf6abe

Analogous Colors of #bebf6a

#bebf6a #94bf6a #bf966a

Monochromatic Colors of #bebf6a

#bebf6a

Complementary Color

#bebf6a #6b6abf

#bebf6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebf6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebf6a Color CSS Codes

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

#bebf6a Text Font Color

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

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


#bebf6a Background Color

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

This div background color is #bebf6a


#bebf6a Border Color

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

This div border color is #bebf6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebf6a


Comments

No comments written yet.

Please login to write comment.