Color Hex Logo

#bbd37e Color Hex

#BBD37E
(187,211,126)
0 Favorites   0 Comments

Color spaces of #bbd37e

RGB 187211126
HSL0.210.490.66
HSV77°40°83°
CMYK 0.110.000.40   0.17
XYZ47.553758.659728.5548
Yxy58.65970.35290.4353
Hunter Lab76.5896-23.203031.5077
CIE-Lab81.1042-21.618239.4034

#bbd37e color RGB value is (187,211,126).

#bbd37e hex color red value is 187, green value is 211 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bbd37e hue: 0.21 , saturation: 0.49 and the lightness value of bbd37e is 0.66.

The process color (four color CMYK) of #bbd37e color hex is 0.11, 0.00, 0.40, 0.17. Web safe color of #bbd37e is #cccc66. Color #bbd37e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 01111110
Octal 273 323 176
Decimal 187 211 126
Hex BB D3 7E

RGB Percentages of Color #bbd37e

%35.69
%40.27
%24.05

CMYK Percentages of Color #bbd37e

%11
%0
%40
%17

Triadic Colors of #bbd37e

#bbd37e #7ebbd3 #d37ebb

Analogous Colors of #bbd37e

#bbd37e #91d37e #d3c17e

Monochromatic Colors of #bbd37e

#bbd37e

Complementary Color

#bbd37e #967ed3

#bbd37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd37e Color CSS Codes

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

#bbd37e Text Font Color

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

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


#bbd37e Background Color

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

This div background color is #bbd37e


#bbd37e Border Color

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

This div border color is #bbd37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd37e


Comments

No comments written yet.

Please login to write comment.