Color Hex Logo

#bebd45 Color Hex

#BEBD45
(190,189,69)
0 Favorites   0 Comments

Color spaces of #bebd45

RGB 19018969
HSL0.170.480.51
HSV60°64°75°
CMYK 0.000.010.64   0.25
XYZ40.507047.772012.7162
Yxy47.77200.40110.4730
Hunter Lab69.1173-16.343237.4739
CIE-Lab74.6809-14.595158.5861

#bebd45 color RGB value is (190,189,69).

#bebd45 hex color red value is 190, green value is 189 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #bebd45 hue: 0.17 , saturation: 0.48 and the lightness value of bebd45 is 0.51.

The process color (four color CMYK) of #bebd45 color hex is 0.00, 0.01, 0.64, 0.25. Web safe color of #bebd45 is #cccc33. Color #bebd45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 01000101
Octal 276 275 105
Decimal 190 189 69
Hex BE BD 45

RGB Percentages of Color #bebd45

%42.41
%42.19
%15.40

CMYK Percentages of Color #bebd45

%0
%1
%64
%25

Triadic Colors of #bebd45

#bebd45 #45bebd #bd45be

Analogous Colors of #bebd45

#bebd45 #83be45 #be8145

Monochromatic Colors of #bebd45

#bebd45

Complementary Color

#bebd45 #4546be

#bebd45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebd45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebd45 Color CSS Codes

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

#bebd45 Text Font Color

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

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


#bebd45 Background Color

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

This div background color is #bebd45


#bebd45 Border Color

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

This div border color is #bebd45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebd45


Comments

No comments written yet.

Please login to write comment.