Color Hex Logo

#b3c323 Color Hex

#B3C323
(179,195,35)
0 Favorites   0 Comments

Color spaces of #b3c323

RGB 17919535
HSL0.180.700.45
HSV66°82°76°
CMYK 0.080.000.82   0.24
XYZ38.408948.73538.9726
Yxy48.73530.39960.5070
Hunter Lab69.8107-23.960441.2471
CIE-Lab75.2864-23.816870.3575

#b3c323 color RGB value is (179,195,35).

#b3c323 hex color red value is 179, green value is 195 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #b3c323 hue: 0.18 , saturation: 0.70 and the lightness value of b3c323 is 0.45.

The process color (four color CMYK) of #b3c323 color hex is 0.08, 0.00, 0.82, 0.24. Web safe color of #b3c323 is #cccc33. Color #b3c323 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11000011 00100011
Octal 263 303 43
Decimal 179 195 35
Hex B3 C3 23

RGB Percentages of Color #b3c323

%43.77
%47.68
%8.56

CMYK Percentages of Color #b3c323

%8
%0
%82
%24

Triadic Colors of #b3c323

#b3c323 #23b3c3 #c323b3

Analogous Colors of #b3c323

#b3c323 #63c323 #c38323

Monochromatic Colors of #b3c323

#b3c323

Complementary Color

#b3c323 #3323c3

#b3c323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3c323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3c323 Color CSS Codes

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

#b3c323 Text Font Color

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

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


#b3c323 Background Color

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

This div background color is #b3c323


#b3c323 Border Color

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

This div border color is #b3c323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3c323


Comments

No comments written yet.

Please login to write comment.