Color Hex Logo

#bebf29 Color Hex

#BEBF29
(190,191,41)
0 Favorites   0 Comments

Color spaces of #bebf29

RGB 19019141
HSL0.170.650.45
HSV60°79°75°
CMYK 0.010.000.79   0.25
XYZ40.266248.36889.3117
Yxy48.36880.41110.4938
Hunter Lab69.5477-18.361840.7451
CIE-Lab75.0569-16.963168.8791

#bebf29 color RGB value is (190,191,41).

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

The process color (four color CMYK) of #bebf29 color hex is 0.01, 0.00, 0.79, 0.25. Web safe color of #bebf29 is #cccc33. Color #bebf29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 00101001
Octal 276 277 51
Decimal 190 191 41
Hex BE BF 29

RGB Percentages of Color #bebf29

%45.02
%45.26
%9.72

CMYK Percentages of Color #bebf29

%1
%0
%79
%25

Triadic Colors of #bebf29

#bebf29 #29bebf #bf29be

Analogous Colors of #bebf29

#bebf29 #73bf29 #bf7529

Monochromatic Colors of #bebf29

#bebf29

Complementary Color

#bebf29 #2a29bf

#bebf29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebf29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebf29 Color CSS Codes

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

#bebf29 Text Font Color

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

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


#bebf29 Background Color

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

This div background color is #bebf29


#bebf29 Border Color

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

This div border color is #bebf29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebf29


Comments

No comments written yet.

Please login to write comment.