Color Hex Logo

#b7be30 Color Hex

#B7BE30
(183,190,48)
0 Favorites   0 Comments

Color spaces of #b7be30

RGB 18319048
HSL0.170.600.47
HSV63°75°75°
CMYK 0.040.000.75   0.25
XYZ38.475447.10769.8611
Yxy47.10760.40310.4936
Hunter Lab68.6350-20.047739.5260
CIE-Lab74.2585-19.173365.8026

#b7be30 color RGB value is (183,190,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111110 00110000
Octal 267 276 60
Decimal 183 190 48
Hex B7 BE 30

RGB Percentages of Color #b7be30

%43.47
%45.13
%11.40

CMYK Percentages of Color #b7be30

%4
%0
%75
%25

Triadic Colors of #b7be30

#b7be30 #30b7be #be30b7

Analogous Colors of #b7be30

#b7be30 #70be30 #be7e30

Monochromatic Colors of #b7be30

#b7be30

Complementary Color

#b7be30 #3730be

#b7be30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7be30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7be30 Color CSS Codes

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

#b7be30 Text Font Color

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

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


#b7be30 Background Color

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

This div background color is #b7be30


#b7be30 Border Color

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

This div border color is #b7be30


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,190,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 #b7be30">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7be30


Comments

No comments written yet.

Please login to write comment.