Color Hex Logo

#bebd75 Color Hex

#BEBD75
(190,189,117)
0 Favorites   0 Comments

Color spaces of #bebd75

RGB 190189117
HSL0.160.360.60
HSV59°38°75°
CMYK 0.000.010.38   0.25
XYZ42.643748.626723.9680
Yxy48.62670.37000.4220
Hunter Lab69.7328-12.874428.4343
CIE-Lab75.2185-10.409436.5140

#bebd75 color RGB value is (190,189,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 01110101
Octal 276 275 165
Decimal 190 189 117
Hex BE BD 75

RGB Percentages of Color #bebd75

%38.31
%38.10
%23.59

CMYK Percentages of Color #bebd75

%0
%1
%38
%25

Triadic Colors of #bebd75

#bebd75 #75bebd #bd75be

Analogous Colors of #bebd75

#bebd75 #9bbe75 #be9975

Monochromatic Colors of #bebd75

#bebd75

Complementary Color

#bebd75 #7576be

#bebd75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebd75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebd75 Color CSS Codes

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

#bebd75 Text Font Color

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

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


#bebd75 Background Color

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

This div background color is #bebd75


#bebd75 Border Color

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

This div border color is #bebd75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebd75


Comments

No comments written yet.

Please login to write comment.