color codes Logo

#b5c47e color codes

#B5C47E
(181,196,126)
0 Favorites   0 Comments

Color spaces of #b5c47e

RGB 181196126
HSL0.200.370.63
HSV73°36°77°
CMYK 0.080.000.36   0.23
XYZ42.561950.810027.3027
Yxy50.81000.35270.4210
Hunter Lab71.2811-18.159827.1870
CIE-Lab76.5638-16.452933.4743

#b5c47e color RGB value is (181,196,126).

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

The process color (four color CMYK) of #b5c47e color code is 0.08, 0.00, 0.36, 0.23. Web safe color of #b5c47e is #cccc66. Color #b5c47e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11000100 01111110
Octal 265 304 176
Decimal 181 196 126
Hex B5 C4 7E

RGB Percentages of Color #b5c47e

%35.98
%38.97
%25.05

CMYK Percentages of Color #b5c47e

%8
%0
%36
%23

Triadic Colors of #b5c47e

#b5c47e #7eb5c4 #c47eb5

Analogous Colors of #b5c47e

#b5c47e #92c47e #c4b07e

Monochromatic Colors of #b5c47e

#b5c47e

Complementary Color

#b5c47e #8d7ec4

#b5c47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5c47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5c47e Color CSS Codes

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

#b5c47e Text Font Color

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

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


#b5c47e Background Color

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

This div background color is #b5c47e


#b5c47e Border Color

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

This div border color is #b5c47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5c47e


Comments

No comments written yet.

Please login to write comment.