Color Hex Logo

#bbd773 Color Hex

#BBD773
(187,215,115)
0 Favorites   0 Comments

Color spaces of #bbd773

RGB 187215115
HSL0.210.560.65
HSV77°47°84°
CMYK 0.130.000.47   0.16
XYZ47.888560.403525.3547
Yxy60.40350.35830.4520
Hunter Lab77.7197-26.023235.0614
CIE-Lab82.0570-24.795946.0192

#bbd773 color RGB value is (187,215,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 01110011
Octal 273 327 163
Decimal 187 215 115
Hex BB D7 73

RGB Percentages of Color #bbd773

%36.17
%41.59
%22.24

CMYK Percentages of Color #bbd773

%13
%0
%47
%16

Triadic Colors of #bbd773

#bbd773 #73bbd7 #d773bb

Analogous Colors of #bbd773

#bbd773 #89d773 #d7c173

Monochromatic Colors of #bbd773

#bbd773

Complementary Color

#bbd773 #8f73d7

#bbd773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd773 Color CSS Codes

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

#bbd773 Text Font Color

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

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


#bbd773 Background Color

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

This div background color is #bbd773


#bbd773 Border Color

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

This div border color is #bbd773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd773


Comments

No comments written yet.

Please login to write comment.