Color Hex Logo

#bebe40 Color Hex

#BEBE40
(190,190,64)
0 Favorites   0 Comments

Color spaces of #bebe40

RGB 19019064
HSL0.170.500.50
HSV60°66°75°
CMYK 0.000.000.66   0.25
XYZ40.574148.144212.0048
Yxy48.14420.40280.4780
Hunter Lab69.3860-17.046138.3122
CIE-Lab74.9158-15.399960.8492

#bebe40 color RGB value is (190,190,64).

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

The process color (four color CMYK) of #bebe40 color hex is 0.00, 0.00, 0.66, 0.25. Web safe color of #bebe40 is #cccc33. Color #bebe40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 01000000
Octal 276 276 100
Decimal 190 190 64
Hex BE BE 40

RGB Percentages of Color #bebe40

%42.79
%42.79
%14.41

CMYK Percentages of Color #bebe40

%0
%0
%66
%25

Triadic Colors of #bebe40

#bebe40 #40bebe #be40be

Analogous Colors of #bebe40

#bebe40 #7fbe40 #be7f40

Monochromatic Colors of #bebe40

#bebe40

Complementary Color

#bebe40 #4040be

#bebe40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebe40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebe40 Color CSS Codes

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

#bebe40 Text Font Color

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

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


#bebe40 Background Color

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

This div background color is #bebe40


#bebe40 Border Color

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

This div border color is #bebe40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebe40


Comments

No comments written yet.

Please login to write comment.