Color Hex Logo

#b5c327 Color Hex

#B5C327
(181,195,39)
0 Favorites   0 Comments

Color spaces of #b5c327

RGB 18119539
HSL0.180.670.46
HSV65°80°76°
CMYK 0.070.000.80   0.24
XYZ38.937449.00059.3253
Yxy49.00050.40030.5038
Hunter Lab70.0004-23.210841.1018
CIE-Lab75.4516-22.841469.5167

#b5c327 color RGB value is (181,195,39).

#b5c327 hex color red value is 181, green value is 195 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #b5c327 hue: 0.18 , saturation: 0.67 and the lightness value of b5c327 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11000011 00100111
Octal 265 303 47
Decimal 181 195 39
Hex B5 C3 27

RGB Percentages of Color #b5c327

%43.61
%46.99
%9.40

CMYK Percentages of Color #b5c327

%7
%0
%80
%24

Triadic Colors of #b5c327

#b5c327 #27b5c3 #c327b5

Analogous Colors of #b5c327

#b5c327 #67c327 #c38327

Monochromatic Colors of #b5c327

#b5c327

Complementary Color

#b5c327 #3527c3

#b5c327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5c327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5c327 Color CSS Codes

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

#b5c327 Text Font Color

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

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


#b5c327 Background Color

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

This div background color is #b5c327


#b5c327 Border Color

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

This div border color is #b5c327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5c327


Comments

No comments written yet.

Please login to write comment.