Color Hex Logo

#bebe71 Color Hex

#BEBE71
(190,190,113)
0 Favorites   0 Comments

Color spaces of #bebe71

RGB 190190113
HSL0.170.370.59
HSV60°41°75°
CMYK 0.000.000.41   0.25
XYZ42.629348.966322.8274
Yxy48.96630.37260.4279
Hunter Lab69.9759-13.715829.6417
CIE-Lab75.4304-11.365738.8261

#bebe71 color RGB value is (190,190,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 01110001
Octal 276 276 161
Decimal 190 190 113
Hex BE BE 71

RGB Percentages of Color #bebe71

%38.54
%38.54
%22.92

CMYK Percentages of Color #bebe71

%0
%0
%41
%25

Triadic Colors of #bebe71

#bebe71 #71bebe #be71be

Analogous Colors of #bebe71

#bebe71 #98be71 #be9871

Monochromatic Colors of #bebe71

#bebe71

Complementary Color

#bebe71 #7171be

#bebe71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebe71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebe71 Color CSS Codes

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

#bebe71 Text Font Color

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

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


#bebe71 Background Color

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

This div background color is #bebe71


#bebe71 Border Color

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

This div border color is #bebe71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebe71


Comments

No comments written yet.

Please login to write comment.