Color Hex Logo

#b3c138 Color Hex

#B3C138
(179,193,56)
0 Favorites   0 Comments

Color spaces of #b3c138

RGB 17919356
HSL0.180.550.49
HSV66°71°76°
CMYK 0.070.000.71   0.24
XYZ38.374248.009210.9855
Yxy48.00920.39410.4931
Hunter Lab69.2887-22.396439.1018
CIE-Lab74.8307-21.964263.4975

#b3c138 color RGB value is (179,193,56).

#b3c138 hex color red value is 179, green value is 193 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #b3c138 hue: 0.18 , saturation: 0.55 and the lightness value of b3c138 is 0.49.

The process color (four color CMYK) of #b3c138 color hex is 0.07, 0.00, 0.71, 0.24. Web safe color of #b3c138 is #cccc33. Color #b3c138 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11000001 00111000
Octal 263 301 70
Decimal 179 193 56
Hex B3 C1 38

RGB Percentages of Color #b3c138

%41.82
%45.09
%13.08

CMYK Percentages of Color #b3c138

%7
%0
%71
%24

Triadic Colors of #b3c138

#b3c138 #38b3c1 #c138b3

Analogous Colors of #b3c138

#b3c138 #6fc138 #c18b38

Monochromatic Colors of #b3c138

#b3c138

Complementary Color

#b3c138 #4638c1

#b3c138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3c138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3c138 Color CSS Codes

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

#b3c138 Text Font Color

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

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


#b3c138 Background Color

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

This div background color is #b3c138


#b3c138 Border Color

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

This div border color is #b3c138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3c138


Comments

No comments written yet.

Please login to write comment.