Color Hex Logo

#bbd361 Color Hex

#BBD361
(187,211,97)
0 Favorites   0 Comments

Color spaces of #bbd361

RGB 18721197
HSL0.200.560.60
HSV73°54°83°
CMYK 0.110.000.54   0.17
XYZ45.945558.016420.0860
Yxy58.01640.37040.4677
Hunter Lab76.1685-25.622137.6829
CIE-Lab80.7479-24.608552.9546

#bbd361 color RGB value is (187,211,97).

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

The process color (four color CMYK) of #bbd361 color hex is 0.11, 0.00, 0.54, 0.17. Web safe color of #bbd361 is #cccc66. Color #bbd361 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 01100001
Octal 273 323 141
Decimal 187 211 97
Hex BB D3 61

RGB Percentages of Color #bbd361

%37.78
%42.63
%19.60

CMYK Percentages of Color #bbd361

%11
%0
%54
%17

Triadic Colors of #bbd361

#bbd361 #61bbd3 #d361bb

Analogous Colors of #bbd361

#bbd361 #82d361 #d3b261

Monochromatic Colors of #bbd361

#bbd361

Complementary Color

#bbd361 #7961d3

#bbd361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd361 Color CSS Codes

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

#bbd361 Text Font Color

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

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


#bbd361 Background Color

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

This div background color is #bbd361


#bbd361 Border Color

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

This div border color is #bbd361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd361


Comments

No comments written yet.

Please login to write comment.