Color Hex Logo

#b7d15f Color Hex

#B7D15F
(183,209,95)
0 Favorites   0 Comments

Color spaces of #b7d15f

RGB 18320995
HSL0.200.550.60
HSV74°55°82°
CMYK 0.120.000.55   0.18
XYZ44.394556.494419.3912
Yxy56.49440.36910.4697
Hunter Lab75.1628-26.104737.3177
CIE-Lab79.8944-25.395752.8112

#b7d15f color RGB value is (183,209,95).

#b7d15f hex color red value is 183, green value is 209 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b7d15f hue: 0.20 , saturation: 0.55 and the lightness value of b7d15f is 0.60.

The process color (four color CMYK) of #b7d15f color hex is 0.12, 0.00, 0.55, 0.18. Web safe color of #b7d15f is #cccc66. Color #b7d15f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11010001 01011111
Octal 267 321 137
Decimal 183 209 95
Hex B7 D1 5F

RGB Percentages of Color #b7d15f

%37.58
%42.92
%19.51

CMYK Percentages of Color #b7d15f

%12
%0
%55
%18

Triadic Colors of #b7d15f

#b7d15f #5fb7d1 #d15fb7

Analogous Colors of #b7d15f

#b7d15f #7ed15f #d1b25f

Monochromatic Colors of #b7d15f

#b7d15f

Complementary Color

#b7d15f #795fd1

#b7d15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7d15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7d15f Color CSS Codes

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

#b7d15f Text Font Color

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

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


#b7d15f Background Color

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

This div background color is #b7d15f


#b7d15f Border Color

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

This div border color is #b7d15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7d15f


Comments

No comments written yet.

Please login to write comment.