Color Hex Logo

#bebc71 Color Hex

#BEBC71
(190,188,113)
0 Favorites   0 Comments

Color spaces of #bebc71

RGB 190188113
HSL0.160.370.59
HSV58°41°75°
CMYK 0.000.010.41   0.25
XYZ42.199148.105822.6840
Yxy48.10580.37350.4258
Hunter Lab69.3583-12.773929.1597
CIE-Lab74.8916-10.335338.1465

#bebc71 color RGB value is (190,188,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 01110001
Octal 276 274 161
Decimal 190 188 113
Hex BE BC 71

RGB Percentages of Color #bebc71

%38.70
%38.29
%23.01

CMYK Percentages of Color #bebc71

%0
%1
%41
%25

Triadic Colors of #bebc71

#bebc71 #71bebc #bc71be

Analogous Colors of #bebc71

#bebc71 #9abe71 #be9671

Monochromatic Colors of #bebc71

#bebc71

Complementary Color

#bebc71 #7173be

#bebc71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebc71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebc71 Color CSS Codes

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

#bebc71 Text Font Color

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

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


#bebc71 Background Color

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

This div background color is #bebc71


#bebc71 Border Color

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

This div border color is #bebc71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebc71


Comments

No comments written yet.

Please login to write comment.