Color Hex Logo

#bebe2a Color Hex

#BEBE2A
(190,190,42)
0 Favorites   0 Comments

Color spaces of #bebe2a

RGB 19019042
HSL0.170.640.45
HSV60°78°75°
CMYK 0.000.000.78   0.25
XYZ40.066647.94129.3323
Yxy47.94120.41160.4925
Hunter Lab69.2396-17.877440.4764
CIE-Lab74.7878-16.424668.3502

#bebe2a color RGB value is (190,190,42).

#bebe2a hex color red value is 190, green value is 190 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bebe2a hue: 0.17 , saturation: 0.64 and the lightness value of bebe2a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 00101010
Octal 276 276 52
Decimal 190 190 42
Hex BE BE 2A

RGB Percentages of Color #bebe2a

%45.02
%45.02
%9.95

CMYK Percentages of Color #bebe2a

%0
%0
%78
%25

Triadic Colors of #bebe2a

#bebe2a #2abebe #be2abe

Analogous Colors of #bebe2a

#bebe2a #74be2a #be742a

Monochromatic Colors of #bebe2a

#bebe2a

Complementary Color

#bebe2a #2a2abe

#bebe2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebe2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebe2a Color CSS Codes

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

#bebe2a Text Font Color

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

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


#bebe2a Background Color

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

This div background color is #bebe2a


#bebe2a Border Color

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

This div border color is #bebe2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebe2a


Comments

No comments written yet.

Please login to write comment.