Color Hex Logo

#bbd886 Color Hex

#BBD886
(187,216,134)
0 Favorites   0 Comments

Color spaces of #bbd886

RGB 187216134
HSL0.230.510.69
HSV81°38°85°
CMYK 0.130.000.38   0.15
XYZ49.352561.397831.8041
Yxy61.39780.34620.4307
Hunter Lab78.3567-24.697230.7846
CIE-Lab82.5921-23.088737.2864

#bbd886 color RGB value is (187,216,134).

#bbd886 hex color red value is 187, green value is 216 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bbd886 hue: 0.23 , saturation: 0.51 and the lightness value of bbd886 is 0.69.

The process color (four color CMYK) of #bbd886 color hex is 0.13, 0.00, 0.38, 0.15. Web safe color of #bbd886 is #cccc99. Color #bbd886 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 10000110
Octal 273 330 206
Decimal 187 216 134
Hex BB D8 86

RGB Percentages of Color #bbd886

%34.82
%40.22
%24.95

CMYK Percentages of Color #bbd886

%13
%0
%38
%15

Triadic Colors of #bbd886

#bbd886 #86bbd8 #d886bb

Analogous Colors of #bbd886

#bbd886 #92d886 #d8cc86

Monochromatic Colors of #bbd886

#bbd886

Complementary Color

#bbd886 #a386d8

#bbd886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd886 Color CSS Codes

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

#bbd886 Text Font Color

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

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


#bbd886 Background Color

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

This div background color is #bbd886


#bbd886 Border Color

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

This div border color is #bbd886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd886


Comments

No comments written yet.

Please login to write comment.