Color Hex Logo

#b3db5e Color Hex

#B3DB5E
(179,219,94)
0 Favorites   0 Comments

Color spaces of #b3db5e

RGB 17921994
HSL0.220.630.61
HSV79°57°86°
CMYK 0.180.000.57   0.14
XYZ45.942361.054919.9530
Yxy61.05490.36190.4809
Hunter Lab78.1376-31.788939.5562
CIE-Lab82.4082-31.774356.0691

#b3db5e color RGB value is (179,219,94).

#b3db5e hex color red value is 179, green value is 219 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b3db5e hue: 0.22 , saturation: 0.63 and the lightness value of b3db5e is 0.61.

The process color (four color CMYK) of #b3db5e color hex is 0.18, 0.00, 0.57, 0.14. Web safe color of #b3db5e is #cccc66. Color #b3db5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011011 01011110
Octal 263 333 136
Decimal 179 219 94
Hex B3 DB 5E

RGB Percentages of Color #b3db5e

%36.38
%44.51
%19.11

CMYK Percentages of Color #b3db5e

%18
%0
%57
%14

Triadic Colors of #b3db5e

#b3db5e #5eb3db #db5eb3

Analogous Colors of #b3db5e

#b3db5e #75db5e #dbc55e

Monochromatic Colors of #b3db5e

#b3db5e

Complementary Color

#b3db5e #865edb

#b3db5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3db5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3db5e Color CSS Codes

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

#b3db5e Text Font Color

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

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


#b3db5e Background Color

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

This div background color is #b3db5e


#b3db5e Border Color

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

This div border color is #b3db5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,219,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3db5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3db5e;
  -webkit-box-shadow: 1px 1px 3px 2px #b3db5e;
  box-shadow:         1px 1px 3px 2px #b3db5e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,219,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3db5e


Comments

No comments written yet.

Please login to write comment.