Color Hex Logo

#b7da52 Color Hex

#B7DA52
(183,218,82)
0 Favorites   0 Comments

Color spaces of #b7da52

RGB 18321882
HSL0.210.650.59
HSV75°62°85°
CMYK 0.160.000.62   0.15
XYZ46.122860.819317.2910
Yxy60.81930.37130.4896
Hunter Lab77.9867-30.908641.4451
CIE-Lab82.2815-30.714861.1455

#b7da52 color RGB value is (183,218,82).

#b7da52 hex color red value is 183, green value is 218 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #b7da52 hue: 0.21 , saturation: 0.65 and the lightness value of b7da52 is 0.59.

The process color (four color CMYK) of #b7da52 color hex is 0.16, 0.00, 0.62, 0.15. Web safe color of #b7da52 is #cccc66. Color #b7da52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011010 01010010
Octal 267 332 122
Decimal 183 218 82
Hex B7 DA 52

RGB Percentages of Color #b7da52

%37.89
%45.13
%16.98

CMYK Percentages of Color #b7da52

%16
%0
%62
%15

Triadic Colors of #b7da52

#b7da52 #52b7da #da52b7

Analogous Colors of #b7da52

#b7da52 #73da52 #dab952

Monochromatic Colors of #b7da52

#b7da52

Complementary Color

#b7da52 #7552da

#b7da52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7da52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7da52 Color CSS Codes

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

#b7da52 Text Font Color

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

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


#b7da52 Background Color

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

This div background color is #b7da52


#b7da52 Border Color

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

This div border color is #b7da52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7da52


Comments

No comments written yet.

Please login to write comment.