Color Hex Logo

#b3c29d Color Hex

#B3C29D
(179,194,157)
0 Favorites   0 Comments

Color spaces of #b3c29d

RGB 179194157
HSL0.230.230.69
HSV84°19°76°
CMYK 0.080.000.19   0.24
XYZ43.968050.601639.3480
Yxy50.60160.32830.3779
Hunter Lab71.1348-14.156116.9983
CIE-Lab76.4370-11.739816.9171

#b3c29d color RGB value is (179,194,157).

#b3c29d hex color red value is 179, green value is 194 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #b3c29d hue: 0.23 , saturation: 0.23 and the lightness value of b3c29d is 0.69.

The process color (four color CMYK) of #b3c29d color hex is 0.08, 0.00, 0.19, 0.24. Web safe color of #b3c29d is #cccc99. Color #b3c29d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11000010 10011101
Octal 263 302 235
Decimal 179 194 157
Hex B3 C2 9D

RGB Percentages of Color #b3c29d

%33.77
%36.60
%29.62

CMYK Percentages of Color #b3c29d

%8
%0
%19
%24

Triadic Colors of #b3c29d

#b3c29d #9db3c2 #c29db3

Analogous Colors of #b3c29d

#b3c29d #a1c29d #c2bf9d

Monochromatic Colors of #b3c29d

#b3c29d

Complementary Color

#b3c29d #ac9dc2

#b3c29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3c29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3c29d Color CSS Codes

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

#b3c29d Text Font Color

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

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


#b3c29d Background Color

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

This div background color is #b3c29d


#b3c29d Border Color

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

This div border color is #b3c29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3c29d


Comments

No comments written yet.

Please login to write comment.