Color Hex Logo

#b3c170 Color Hex

#B3C170
(179,193,112)
0 Favorites   0 Comments

Color spaces of #b3c170

RGB 179193112
HSL0.200.400.60
HSV70°42°76°
CMYK 0.070.000.42   0.24
XYZ40.585048.893522.6276
Yxy48.89350.36200.4361
Hunter Lab69.9239-18.762429.7603
CIE-Lab75.3850-17.388839.0955

#b3c170 color RGB value is (179,193,112).

#b3c170 hex color red value is 179, green value is 193 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #b3c170 hue: 0.20 , saturation: 0.40 and the lightness value of b3c170 is 0.60.

The process color (four color CMYK) of #b3c170 color hex is 0.07, 0.00, 0.42, 0.24. Web safe color of #b3c170 is #cccc66. Color #b3c170 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11000001 01110000
Octal 263 301 160
Decimal 179 193 112
Hex B3 C1 70

RGB Percentages of Color #b3c170

%36.98
%39.88
%23.14

CMYK Percentages of Color #b3c170

%7
%0
%42
%24

Triadic Colors of #b3c170

#b3c170 #70b3c1 #c170b3

Analogous Colors of #b3c170

#b3c170 #8bc170 #c1a770

Monochromatic Colors of #b3c170

#b3c170

Complementary Color

#b3c170 #7e70c1

#b3c170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3c170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3c170 Color CSS Codes

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

#b3c170 Text Font Color

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

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


#b3c170 Background Color

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

This div background color is #b3c170


#b3c170 Border Color

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

This div border color is #b3c170


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,193,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3c170


Comments

No comments written yet.

Please login to write comment.