Color Hex Logo

#bbd791 Color Hex

#BBD791
(187,215,145)
0 Favorites   0 Comments

Color spaces of #bbd791

RGB 187215145
HSL0.230.470.71
HSV84°33°84°
CMYK 0.130.000.33   0.16
XYZ49.904861.210035.9725
Yxy61.21000.33930.4161
Hunter Lab78.2368-23.054927.5048
CIE-Lab82.4915-21.161431.5518

#bbd791 color RGB value is (187,215,145).

#bbd791 hex color red value is 187, green value is 215 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bbd791 hue: 0.23 , saturation: 0.47 and the lightness value of bbd791 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 10010001
Octal 273 327 221
Decimal 187 215 145
Hex BB D7 91

RGB Percentages of Color #bbd791

%34.19
%39.31
%26.51

CMYK Percentages of Color #bbd791

%13
%0
%33
%16

Triadic Colors of #bbd791

#bbd791 #91bbd7 #d791bb

Analogous Colors of #bbd791

#bbd791 #98d791 #d7d091

Monochromatic Colors of #bbd791

#bbd791

Complementary Color

#bbd791 #ad91d7

#bbd791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd791 Color CSS Codes

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

#bbd791 Text Font Color

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

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


#bbd791 Background Color

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

This div background color is #bbd791


#bbd791 Border Color

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

This div border color is #bbd791


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,215,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd791


Comments

No comments written yet.

Please login to write comment.