Color Hex Logo

#bbd87d Color Hex

#BBD87D
(187,216,125)
0 Favorites   0 Comments

Color spaces of #bbd87d

RGB 187216125
HSL0.220.540.67
HSV79°42°85°
CMYK 0.130.000.42   0.15
XYZ48.751161.157228.6371
Yxy61.15720.35190.4414
Hunter Lab78.2031-25.580133.0308
CIE-Lab82.4632-24.171941.6236

#bbd87d color RGB value is (187,216,125).

#bbd87d hex color red value is 187, green value is 216 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bbd87d hue: 0.22 , saturation: 0.54 and the lightness value of bbd87d is 0.67.

The process color (four color CMYK) of #bbd87d color hex is 0.13, 0.00, 0.42, 0.15. Web safe color of #bbd87d is #cccc66. Color #bbd87d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 01111101
Octal 273 330 175
Decimal 187 216 125
Hex BB D8 7D

RGB Percentages of Color #bbd87d

%35.42
%40.91
%23.67

CMYK Percentages of Color #bbd87d

%13
%0
%42
%15

Triadic Colors of #bbd87d

#bbd87d #7dbbd8 #d87dbb

Analogous Colors of #bbd87d

#bbd87d #8ed87d #d8c87d

Monochromatic Colors of #bbd87d

#bbd87d

Complementary Color

#bbd87d #9a7dd8

#bbd87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd87d Color CSS Codes

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

#bbd87d Text Font Color

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

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


#bbd87d Background Color

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

This div background color is #bbd87d


#bbd87d Border Color

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

This div border color is #bbd87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd87d


Comments

No comments written yet.

Please login to write comment.