Color Hex Logo

#b4ca8d Color Hex

#B4CA8D
(180,202,141)
0 Favorites   0 Comments

Color spaces of #b4ca8d

RGB 180202141
HSL0.230.370.67
HSV82°30°79°
CMYK 0.110.000.30   0.21
XYZ44.750653.867433.2382
Yxy53.86740.33940.4085
Hunter Lab73.3944-19.603824.5254
CIE-Lab78.3844-17.852528.0663

#b4ca8d color RGB value is (180,202,141).

#b4ca8d hex color red value is 180, green value is 202 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b4ca8d hue: 0.23 , saturation: 0.37 and the lightness value of b4ca8d is 0.67.

The process color (four color CMYK) of #b4ca8d color hex is 0.11, 0.00, 0.30, 0.21. Web safe color of #b4ca8d is #cccc99. Color #b4ca8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001010 10001101
Octal 264 312 215
Decimal 180 202 141
Hex B4 CA 8D

RGB Percentages of Color #b4ca8d

%34.42
%38.62
%26.96

CMYK Percentages of Color #b4ca8d

%11
%0
%30
%21

Triadic Colors of #b4ca8d

#b4ca8d #8db4ca #ca8db4

Analogous Colors of #b4ca8d

#b4ca8d #96ca8d #cac28d

Monochromatic Colors of #b4ca8d

#b4ca8d

Complementary Color

#b4ca8d #a38dca

#b4ca8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ca8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ca8d Color CSS Codes

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

#b4ca8d Text Font Color

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

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


#b4ca8d Background Color

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

This div background color is #b4ca8d


#b4ca8d Border Color

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

This div border color is #b4ca8d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,202,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 #b4ca8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ca8d

#b4ca8d Color Palettes


Comments

No comments written yet.

Please login to write comment.