color codes Logo

#b4cc8b color codes

#B4CC8B
(180,204,139)
0 Favorites   0 Comments

Color spaces of #b4cc8b

RGB 180204139
HSL0.230.390.67
HSV82°32°80°
CMYK 0.120.000.32   0.20
XYZ45.075554.753132.6188
Yxy54.75310.34030.4134
Hunter Lab73.9953-20.755625.6604
CIE-Lab78.8988-19.131029.7951

#b4cc8b color RGB value is (180,204,139).

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

The process color (four color CMYK) of #b4cc8b color code is 0.12, 0.00, 0.32, 0.20. Web safe color of #b4cc8b is #cccc99. Color #b4cc8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001100 10001011
Octal 264 314 213
Decimal 180 204 139
Hex B4 CC 8B

RGB Percentages of Color #b4cc8b

%34.42
%39.01
%26.58

CMYK Percentages of Color #b4cc8b

%12
%0
%32
%20

Triadic Colors of #b4cc8b

#b4cc8b #8bb4cc #cc8bb4

Analogous Colors of #b4cc8b

#b4cc8b #94cc8b #ccc48b

Monochromatic Colors of #b4cc8b

#b4cc8b

Complementary Color

#b4cc8b #a38bcc

#b4cc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cc8b Color CSS Codes

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

#b4cc8b Text Font Color

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

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


#b4cc8b Background Color

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

This div background color is #b4cc8b


#b4cc8b Border Color

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

This div border color is #b4cc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cc8b


Comments

No comments written yet.

Please login to write comment.