Color Hex Logo

#bebc2b Color Hex

#BEBC2B
(190,188,43)
0 Favorites   0 Comments

Color spaces of #bebc2b

RGB 19018843
HSL0.160.630.46
HSV59°77°75°
CMYK 0.000.010.77   0.25
XYZ39.654547.08809.2844
Yxy47.08800.41300.4904
Hunter Lab68.6207-16.934740.0125
CIE-Lab74.2460-15.379067.5672

#bebc2b color RGB value is (190,188,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 00101011
Octal 276 274 53
Decimal 190 188 43
Hex BE BC 2B

RGB Percentages of Color #bebc2b

%45.13
%44.66
%10.21

CMYK Percentages of Color #bebc2b

%0
%1
%77
%25

Triadic Colors of #bebc2b

#bebc2b #2bbebc #bc2bbe

Analogous Colors of #bebc2b

#bebc2b #77be2b #be732b

Monochromatic Colors of #bebc2b

#bebc2b

Complementary Color

#bebc2b #2b2dbe

#bebc2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebc2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebc2b Color CSS Codes

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

#bebc2b Text Font Color

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

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


#bebc2b Background Color

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

This div background color is #bebc2b


#bebc2b Border Color

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

This div border color is #bebc2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebc2b


Comments

No comments written yet.

Please login to write comment.