Color Hex Logo

#bbd761 Color Hex

#BBD761
(187,215,97)
0 Favorites   0 Comments

Color spaces of #bbd761

RGB 18721597
HSL0.210.600.61
HSV74°55°84°
CMYK 0.130.000.55   0.16
XYZ46.951660.028720.4214
Yxy60.02870.36850.4712
Hunter Lab77.4782-27.416338.6073
CIE-Lab81.8538-26.531654.2311

#bbd761 color RGB value is (187,215,97).

#bbd761 hex color red value is 187, green value is 215 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bbd761 hue: 0.21 , saturation: 0.60 and the lightness value of bbd761 is 0.61.

The process color (four color CMYK) of #bbd761 color hex is 0.13, 0.00, 0.55, 0.16. Web safe color of #bbd761 is #cccc66. Color #bbd761 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 01100001
Octal 273 327 141
Decimal 187 215 97
Hex BB D7 61

RGB Percentages of Color #bbd761

%37.47
%43.09
%19.44

CMYK Percentages of Color #bbd761

%13
%0
%55
%16

Triadic Colors of #bbd761

#bbd761 #61bbd7 #d761bb

Analogous Colors of #bbd761

#bbd761 #80d761 #d7b861

Monochromatic Colors of #bbd761

#bbd761

Complementary Color

#bbd761 #7d61d7

#bbd761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd761 Color CSS Codes

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

#bbd761 Text Font Color

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

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


#bbd761 Background Color

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

This div background color is #bbd761


#bbd761 Border Color

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

This div border color is #bbd761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd761


Comments

No comments written yet.

Please login to write comment.