Color Hex Logo

#bebc73 Color Hex

#BEBC73
(190,188,115)
0 Favorites   0 Comments

Color spaces of #bebc73

RGB 190188115
HSL0.160.370.60
HSV58°39°75°
CMYK 0.000.010.39   0.25
XYZ42.312948.151423.2837
Yxy48.15140.37200.4233
Hunter Lab69.3912-12.590128.6795
CIE-Lab74.9203-10.116537.1602

#bebc73 color RGB value is (190,188,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 01110011
Octal 276 274 163
Decimal 190 188 115
Hex BE BC 73

RGB Percentages of Color #bebc73

%38.54
%38.13
%23.33

CMYK Percentages of Color #bebc73

%0
%1
%39
%25

Triadic Colors of #bebc73

#bebc73 #73bebc #bc73be

Analogous Colors of #bebc73

#bebc73 #9bbe73 #be9773

Monochromatic Colors of #bebc73

#bebc73

Complementary Color

#bebc73 #7375be

#bebc73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebc73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebc73 Color CSS Codes

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

#bebc73 Text Font Color

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

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


#bebc73 Background Color

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

This div background color is #bebc73


#bebc73 Border Color

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

This div border color is #bebc73


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,188,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 #bebc73">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebc73


Comments

No comments written yet.

Please login to write comment.