Color Hex Logo

#b5c471 Color Hex

#B5C471
(181,196,113)
0 Favorites   0 Comments

Color spaces of #b5c471

RGB 181196113
HSL0.200.410.61
HSV71°42°77°
CMYK 0.080.000.42   0.23
XYZ41.776650.495923.1676
Yxy50.49590.36190.4374
Hunter Lab71.0605-19.415330.4122
CIE-Lab76.3726-17.996439.8634

#b5c471 color RGB value is (181,196,113).

#b5c471 hex color red value is 181, green value is 196 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #b5c471 hue: 0.20 , saturation: 0.41 and the lightness value of b5c471 is 0.61.

The process color (four color CMYK) of #b5c471 color hex is 0.08, 0.00, 0.42, 0.23. Web safe color of #b5c471 is #cccc66. Color #b5c471 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11000100 01110001
Octal 265 304 161
Decimal 181 196 113
Hex B5 C4 71

RGB Percentages of Color #b5c471

%36.94
%40.00
%23.06

CMYK Percentages of Color #b5c471

%8
%0
%42
%23

Triadic Colors of #b5c471

#b5c471 #71b5c4 #c471b5

Analogous Colors of #b5c471

#b5c471 #8cc471 #c4aa71

Monochromatic Colors of #b5c471

#b5c471

Complementary Color

#b5c471 #8071c4

#b5c471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5c471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5c471 Color CSS Codes

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

#b5c471 Text Font Color

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

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


#b5c471 Background Color

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

This div background color is #b5c471


#b5c471 Border Color

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

This div border color is #b5c471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5c471


Comments

No comments written yet.

Please login to write comment.