Color Hex Logo

#b4cd9d Color Hex

#B4CD9D
(180,205,157)
0 Favorites   0 Comments

Color spaces of #b4cd9d

RGB 180205157
HSL0.250.320.71
HSV91°23°80°
CMYK 0.120.000.23   0.20
XYZ46.739555.800340.2054
Yxy55.80030.32740.3909
Hunter Lab74.6996-19.036920.3782
CIE-Lab79.5000-16.982221.1708

#b4cd9d color RGB value is (180,205,157).

#b4cd9d hex color red value is 180, green value is 205 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #b4cd9d hue: 0.25 , saturation: 0.32 and the lightness value of b4cd9d is 0.71.

The process color (four color CMYK) of #b4cd9d color hex is 0.12, 0.00, 0.23, 0.20. Web safe color of #b4cd9d is #cccc99. Color #b4cd9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001101 10011101
Octal 264 315 235
Decimal 180 205 157
Hex B4 CD 9D

RGB Percentages of Color #b4cd9d

%33.21
%37.82
%28.97

CMYK Percentages of Color #b4cd9d

%12
%0
%23
%20

Triadic Colors of #b4cd9d

#b4cd9d #9db4cd #cd9db4

Analogous Colors of #b4cd9d

#b4cd9d #9dcd9e #cccd9d

Monochromatic Colors of #b4cd9d

#b4cd9d

Complementary Color

#b4cd9d #b69dcd

#b4cd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cd9d Color CSS Codes

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

#b4cd9d Text Font Color

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

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


#b4cd9d Background Color

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

This div background color is #b4cd9d


#b4cd9d Border Color

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

This div border color is #b4cd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cd9d


Comments

No comments written yet.

Please login to write comment.