Color Hex Logo

#bbd173 Color Hex

#BBD173
(187,209,115)
0 Favorites   0 Comments

Color spaces of #bbd173

RGB 187209115
HSL0.210.510.64
HSV74°45°82°
CMYK 0.110.000.45   0.18
XYZ46.388557.403524.8547
Yxy57.40350.36060.4462
Hunter Lab75.7651-23.299233.5855
CIE-Lab80.4060-21.877743.9868

#bbd173 color RGB value is (187,209,115).

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

The process color (four color CMYK) of #bbd173 color hex is 0.11, 0.00, 0.45, 0.18. Web safe color of #bbd173 is #cccc66. Color #bbd173 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 01110011
Octal 273 321 163
Decimal 187 209 115
Hex BB D1 73

RGB Percentages of Color #bbd173

%36.59
%40.90
%22.50

CMYK Percentages of Color #bbd173

%11
%0
%45
%18

Triadic Colors of #bbd173

#bbd173 #73bbd1 #d173bb

Analogous Colors of #bbd173

#bbd173 #8cd173 #d1b873

Monochromatic Colors of #bbd173

#bbd173

Complementary Color

#bbd173 #8973d1

#bbd173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd173 Color CSS Codes

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

#bbd173 Text Font Color

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

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


#bbd173 Background Color

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

This div background color is #bbd173


#bbd173 Border Color

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

This div border color is #bbd173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd173


Comments

No comments written yet.

Please login to write comment.