Color Hex Logo

#bebd70 Color Hex

#BEBD70
(190,189,112)
0 Favorites   0 Comments

Color spaces of #bebd70

RGB 190189112
HSL0.160.380.59
HSV59°41°75°
CMYK 0.000.010.41   0.25
XYZ42.357448.512222.4605
Yxy48.51220.37380.4281
Hunter Lab69.6507-13.335729.6360
CIE-Lab75.1468-10.959138.9772

#bebd70 color RGB value is (190,189,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 01110000
Octal 276 275 160
Decimal 190 189 112
Hex BE BD 70

RGB Percentages of Color #bebd70

%38.70
%38.49
%22.81

CMYK Percentages of Color #bebd70

%0
%1
%41
%25

Triadic Colors of #bebd70

#bebd70 #70bebd #bd70be

Analogous Colors of #bebd70

#bebd70 #98be70 #be9670

Monochromatic Colors of #bebd70

#bebd70

Complementary Color

#bebd70 #7071be

#bebd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebd70 Color CSS Codes

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

#bebd70 Text Font Color

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

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


#bebd70 Background Color

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

This div background color is #bebd70


#bebd70 Border Color

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

This div border color is #bebd70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebd70


Comments

No comments written yet.

Please login to write comment.