Color Hex Logo

#bebd3c Color Hex

#BEBD3C
(190,189,60)
0 Favorites   0 Comments

Color spaces of #bebd3c

RGB 19018960
HSL0.170.520.49
HSV60°68°75°
CMYK 0.000.010.68   0.25
XYZ40.248447.668611.3546
Yxy47.66860.40540.4802
Hunter Lab69.0425-16.767438.5790
CIE-Lab74.6154-15.115362.0950

#bebd3c color RGB value is (190,189,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 00111100
Octal 276 275 74
Decimal 190 189 60
Hex BE BD 3C

RGB Percentages of Color #bebd3c

%43.28
%43.05
%13.67

CMYK Percentages of Color #bebd3c

%0
%1
%68
%25

Triadic Colors of #bebd3c

#bebd3c #3cbebd #bd3cbe

Analogous Colors of #bebd3c

#bebd3c #7ebe3c #be7c3c

Monochromatic Colors of #bebd3c

#bebd3c

Complementary Color

#bebd3c #3c3dbe

#bebd3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebd3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebd3c Color CSS Codes

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

#bebd3c Text Font Color

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

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


#bebd3c Background Color

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

This div background color is #bebd3c


#bebd3c Border Color

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

This div border color is #bebd3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebd3c


Comments

No comments written yet.

Please login to write comment.