Color Hex Logo

#b8d486 Color Hex

#B8D486
(184,212,134)
0 Favorites   0 Comments

Color spaces of #b8d486

RGB 184212134
HSL0.230.480.68
HSV82°37°83°
CMYK 0.130.000.37   0.17
XYZ47.613758.998531.4326
Yxy58.99850.34490.4274
Hunter Lab76.8105-23.768829.5045
CIE-Lab81.2908-22.255635.5614

#b8d486 color RGB value is (184,212,134).

#b8d486 hex color red value is 184, green value is 212 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #b8d486 hue: 0.23 , saturation: 0.48 and the lightness value of b8d486 is 0.68.

The process color (four color CMYK) of #b8d486 color hex is 0.13, 0.00, 0.37, 0.17. Web safe color of #b8d486 is #cccc99. Color #b8d486 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11010100 10000110
Octal 270 324 206
Decimal 184 212 134
Hex B8 D4 86

RGB Percentages of Color #b8d486

%34.72
%40.00
%25.28

CMYK Percentages of Color #b8d486

%13
%0
%37
%17

Triadic Colors of #b8d486

#b8d486 #86b8d4 #d486b8

Analogous Colors of #b8d486

#b8d486 #91d486 #d4c986

Monochromatic Colors of #b8d486

#b8d486

Complementary Color

#b8d486 #a286d4

#b8d486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8d486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8d486 Color CSS Codes

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

#b8d486 Text Font Color

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

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


#b8d486 Background Color

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

This div background color is #b8d486


#b8d486 Border Color

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

This div border color is #b8d486


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,212,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 #b8d486">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8d486


Comments

No comments written yet.

Please login to write comment.