Color Hex Logo

#bebd64 Color Hex

#BEBD64
(190,189,100)
0 Favorites   0 Comments

Color spaces of #bebd64

RGB 190189100
HSL0.160.410.57
HSV59°47°75°
CMYK 0.000.010.47   0.25
XYZ41.733148.262419.1726
Yxy48.26240.38230.4421
Hunter Lab69.4711-14.345032.2670
CIE-Lab74.9901-12.169344.7800

#bebd64 color RGB value is (190,189,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 01100100
Octal 276 275 144
Decimal 190 189 100
Hex BE BD 64

RGB Percentages of Color #bebd64

%39.67
%39.46
%20.88

CMYK Percentages of Color #bebd64

%0
%1
%47
%25

Triadic Colors of #bebd64

#bebd64 #64bebd #bd64be

Analogous Colors of #bebd64

#bebd64 #92be64 #be9064

Monochromatic Colors of #bebd64

#bebd64

Complementary Color

#bebd64 #6465be

#bebd64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebd64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebd64 Color CSS Codes

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

#bebd64 Text Font Color

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

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


#bebd64 Background Color

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

This div background color is #bebd64


#bebd64 Border Color

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

This div border color is #bebd64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebd64


Comments

No comments written yet.

Please login to write comment.