Color Hex Logo

#b5c486 Color Hex

#B5C486
(181,196,134)
0 Favorites   0 Comments

Color spaces of #b5c486

RGB 181196134
HSL0.210.340.65
HSV75°32°77°
CMYK 0.080.000.32   0.23
XYZ43.099151.024830.1315
Yxy51.02480.34690.4106
Hunter Lab71.4316-17.305424.9923
CIE-Lab76.6940-15.411729.4855

#b5c486 color RGB value is (181,196,134).

#b5c486 hex color red value is 181, green value is 196 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #b5c486 hue: 0.21 , saturation: 0.34 and the lightness value of b5c486 is 0.65.

The process color (four color CMYK) of #b5c486 color hex is 0.08, 0.00, 0.32, 0.23. Web safe color of #b5c486 is #cccc99. Color #b5c486 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11000100 10000110
Octal 265 304 206
Decimal 181 196 134
Hex B5 C4 86

RGB Percentages of Color #b5c486

%35.42
%38.36
%26.22

CMYK Percentages of Color #b5c486

%8
%0
%32
%23

Triadic Colors of #b5c486

#b5c486 #86b5c4 #c486b5

Analogous Colors of #b5c486

#b5c486 #96c486 #c4b486

Monochromatic Colors of #b5c486

#b5c486

Complementary Color

#b5c486 #9586c4

#b5c486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5c486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5c486 Color CSS Codes

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

#b5c486 Text Font Color

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

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


#b5c486 Background Color

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

This div background color is #b5c486


#b5c486 Border Color

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

This div border color is #b5c486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5c486


Comments

No comments written yet.

Please login to write comment.