Color Hex Logo

#bebf60 Color Hex

#BEBF60
(190,191,96)
0 Favorites   0 Comments

Color spaces of #bebf60

RGB 19019196
HSL0.170.430.56
HSV61°50°75°
CMYK 0.010.000.50   0.25
XYZ41.977349.053318.3221
Yxy49.05330.38390.4486
Hunter Lab70.0381-15.582733.5163
CIE-Lab75.4845-13.560247.3151

#bebf60 color RGB value is (190,191,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 01100000
Octal 276 277 140
Decimal 190 191 96
Hex BE BF 60

RGB Percentages of Color #bebf60

%39.83
%40.04
%20.13

CMYK Percentages of Color #bebf60

%1
%0
%50
%25

Triadic Colors of #bebf60

#bebf60 #60bebf #bf60be

Analogous Colors of #bebf60

#bebf60 #8fbf60 #bf9160

Monochromatic Colors of #bebf60

#bebf60

Complementary Color

#bebf60 #6160bf

#bebf60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebf60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebf60 Color CSS Codes

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

#bebf60 Text Font Color

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

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


#bebf60 Background Color

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

This div background color is #bebf60


#bebf60 Border Color

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

This div border color is #bebf60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebf60


Comments

No comments written yet.

Please login to write comment.