Color Hex Logo

#bbda7d Color Hex

#BBDA7D
(187,218,125)
0 Favorites   0 Comments

Color spaces of #bbda7d

RGB 187218125
HSL0.220.560.67
HSV80°43°85°
CMYK 0.140.000.43   0.15
XYZ49.266662.188328.8089
Yxy62.18830.35120.4434
Hunter Lab78.8596-26.488433.5419
CIE-Lab83.0135-25.138042.3166

#bbda7d color RGB value is (187,218,125).

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

The process color (four color CMYK) of #bbda7d color hex is 0.14, 0.00, 0.43, 0.15. Web safe color of #bbda7d is #cccc66. Color #bbda7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 01111101
Octal 273 332 175
Decimal 187 218 125
Hex BB DA 7D

RGB Percentages of Color #bbda7d

%35.28
%41.13
%23.58

CMYK Percentages of Color #bbda7d

%14
%0
%43
%15

Triadic Colors of #bbda7d

#bbda7d #7dbbda #da7dbb

Analogous Colors of #bbda7d

#bbda7d #8dda7d #dacb7d

Monochromatic Colors of #bbda7d

#bbda7d

Complementary Color

#bbda7d #9c7dda

#bbda7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbda7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbda7d Color CSS Codes

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

#bbda7d Text Font Color

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

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


#bbda7d Background Color

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

This div background color is #bbda7d


#bbda7d Border Color

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

This div border color is #bbda7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbda7d


Comments

No comments written yet.

Please login to write comment.