Color Hex Logo

#b4da8d Color Hex

#B4DA8D
(180,218,141)
0 Favorites   0 Comments

Color spaces of #b4da8d

RGB 180218141
HSL0.250.510.70
HSV90°35°85°
CMYK 0.170.000.35   0.15
XYZ48.701561.769234.5551
Yxy61.76920.33580.4259
Hunter Lab78.5934-26.928428.9474
CIE-Lab82.7905-25.718733.9077

#b4da8d color RGB value is (180,218,141).

#b4da8d hex color red value is 180, green value is 218 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b4da8d hue: 0.25 , saturation: 0.51 and the lightness value of b4da8d is 0.70.

The process color (four color CMYK) of #b4da8d color hex is 0.17, 0.00, 0.35, 0.15. Web safe color of #b4da8d is #cccc99. Color #b4da8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011010 10001101
Octal 264 332 215
Decimal 180 218 141
Hex B4 DA 8D

RGB Percentages of Color #b4da8d

%33.40
%40.45
%26.16

CMYK Percentages of Color #b4da8d

%17
%0
%35
%15

Triadic Colors of #b4da8d

#b4da8d #8db4da #da8db4

Analogous Colors of #b4da8d

#b4da8d #8eda8d #dada8d

Monochromatic Colors of #b4da8d

#b4da8d

Complementary Color

#b4da8d #b38dda

#b4da8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4da8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4da8d Color CSS Codes

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

#b4da8d Text Font Color

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

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


#b4da8d Background Color

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

This div background color is #b4da8d


#b4da8d Border Color

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

This div border color is #b4da8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4da8d


Comments

No comments written yet.

Please login to write comment.