Color Hex Logo

#bebf30 Color Hex

#BEBF30
(190,191,48)
0 Favorites   0 Comments

Color spaces of #bebf30

RGB 19019148
HSL0.170.600.47
HSV60°75°75°
CMYK 0.010.000.75   0.25
XYZ40.399548.422210.0134
Yxy48.42220.40880.4899
Hunter Lab69.5861-18.144140.1784
CIE-Lab75.0904-16.693566.7769

#bebf30 color RGB value is (190,191,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 00110000
Octal 276 277 60
Decimal 190 191 48
Hex BE BF 30

RGB Percentages of Color #bebf30

%44.29
%44.52
%11.19

CMYK Percentages of Color #bebf30

%1
%0
%75
%25

Triadic Colors of #bebf30

#bebf30 #30bebf #bf30be

Analogous Colors of #bebf30

#bebf30 #77bf30 #bf7930

Monochromatic Colors of #bebf30

#bebf30

Complementary Color

#bebf30 #3130bf

#bebf30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebf30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebf30 Color CSS Codes

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

#bebf30 Text Font Color

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

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


#bebf30 Background Color

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

This div background color is #bebf30


#bebf30 Border Color

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

This div border color is #bebf30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebf30


Comments

No comments written yet.

Please login to write comment.