Color Hex Logo

#bbd686 Color Hex

#BBD686
(187,214,134)
0 Favorites   0 Comments

Color spaces of #bbd686

RGB 187214134
HSL0.220.490.68
HSV80°37°84°
CMYK 0.130.000.37   0.16
XYZ48.843260.379231.6343
Yxy60.37920.34680.4287
Hunter Lab77.7041-23.780630.2551
CIE-Lab82.0439-22.112736.5777

#bbd686 color RGB value is (187,214,134).

#bbd686 hex color red value is 187, green value is 214 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bbd686 hue: 0.22 , saturation: 0.49 and the lightness value of bbd686 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 10000110
Octal 273 326 206
Decimal 187 214 134
Hex BB D6 86

RGB Percentages of Color #bbd686

%34.95
%40.00
%25.05

CMYK Percentages of Color #bbd686

%13
%0
%37
%16

Triadic Colors of #bbd686

#bbd686 #86bbd6 #d686bb

Analogous Colors of #bbd686

#bbd686 #93d686 #d6c986

Monochromatic Colors of #bbd686

#bbd686

Complementary Color

#bbd686 #a186d6

#bbd686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd686 Color CSS Codes

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

#bbd686 Text Font Color

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

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


#bbd686 Background Color

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

This div background color is #bbd686


#bbd686 Border Color

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

This div border color is #bbd686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd686

#bbd686 Color Palettes


Comments

No comments written yet.

Please login to write comment.