Color Hex Logo

#bebc64 Color Hex

#BEBC64
(190,188,100)
0 Favorites   0 Comments

Color spaces of #bebc64

RGB 190188100
HSL0.160.410.57
HSV59°47°75°
CMYK 0.000.010.47   0.25
XYZ41.518747.833719.1011
Yxy47.83370.38280.4411
Hunter Lab69.1619-13.877732.0387
CIE-Lab74.7199-11.656444.4537

#bebc64 color RGB value is (190,188,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 01100100
Octal 276 274 144
Decimal 190 188 100
Hex BE BC 64

RGB Percentages of Color #bebc64

%39.75
%39.33
%20.92

CMYK Percentages of Color #bebc64

%0
%1
%47
%25

Triadic Colors of #bebc64

#bebc64 #64bebc #bc64be

Analogous Colors of #bebc64

#bebc64 #93be64 #be8f64

Monochromatic Colors of #bebc64

#bebc64

Complementary Color

#bebc64 #6466be

#bebc64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebc64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebc64 Color CSS Codes

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

#bebc64 Text Font Color

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

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


#bebc64 Background Color

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

This div background color is #bebc64


#bebc64 Border Color

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

This div border color is #bebc64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebc64


Comments

No comments written yet.

Please login to write comment.