Color Hex Logo

#b5db90 Color Hex

#B5DB90
(181,219,144)
0 Favorites   0 Comments

Color spaces of #b5db90

RGB 181219144
HSL0.250.510.71
HSV90°34°86°
CMYK 0.170.000.34   0.14
XYZ49.421662.500435.8445
Yxy62.50040.33450.4230
Hunter Lab79.0572-26.763128.4580
CIE-Lab83.1788-25.430032.9010

#b5db90 color RGB value is (181,219,144).

#b5db90 hex color red value is 181, green value is 219 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b5db90 hue: 0.25 , saturation: 0.51 and the lightness value of b5db90 is 0.71.

The process color (four color CMYK) of #b5db90 color hex is 0.17, 0.00, 0.34, 0.14. Web safe color of #b5db90 is #cccc99. Color #b5db90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11011011 10010000
Octal 265 333 220
Decimal 181 219 144
Hex B5 DB 90

RGB Percentages of Color #b5db90

%33.27
%40.26
%26.47

CMYK Percentages of Color #b5db90

%17
%0
%34
%14

Triadic Colors of #b5db90

#b5db90 #90b5db #db90b5

Analogous Colors of #b5db90

#b5db90 #90db91 #dbdb90

Monochromatic Colors of #b5db90

#b5db90

Complementary Color

#b5db90 #b690db

#b5db90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5db90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5db90 Color CSS Codes

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

#b5db90 Text Font Color

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

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


#b5db90 Background Color

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

This div background color is #b5db90


#b5db90 Border Color

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

This div border color is #b5db90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5db90


Comments

No comments written yet.

Please login to write comment.