Color Hex Logo

#bebe73 Color Hex

#BEBE73
(190,190,115)
0 Favorites   0 Comments

Color spaces of #bebe73

RGB 190190115
HSL0.170.370.60
HSV60°39°75°
CMYK 0.000.000.39   0.25
XYZ42.743249.011923.4271
Yxy49.01190.37110.4255
Hunter Lab70.0085-13.532929.1656
CIE-Lab75.4587-11.147437.8435

#bebe73 color RGB value is (190,190,115).

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

The process color (four color CMYK) of #bebe73 color hex is 0.00, 0.00, 0.39, 0.25. Web safe color of #bebe73 is #cccc66. Color #bebe73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 01110011
Octal 276 276 163
Decimal 190 190 115
Hex BE BE 73

RGB Percentages of Color #bebe73

%38.38
%38.38
%23.23

CMYK Percentages of Color #bebe73

%0
%0
%39
%25

Triadic Colors of #bebe73

#bebe73 #73bebe #be73be

Analogous Colors of #bebe73

#bebe73 #99be73 #be9973

Monochromatic Colors of #bebe73

#bebe73

Complementary Color

#bebe73 #7373be

#bebe73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebe73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebe73 Color CSS Codes

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

#bebe73 Text Font Color

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

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


#bebe73 Background Color

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

This div background color is #bebe73


#bebe73 Border Color

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

This div border color is #bebe73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebe73


Comments

No comments written yet.

Please login to write comment.