Color Hex Logo

#bbd347 Color Hex

#BBD347
(187,211,71)
0 Favorites   0 Comments

Color spaces of #bbd347

RGB 18721171
HSL0.200.610.55
HSV70°66°83°
CMYK 0.110.000.66   0.17
XYZ44.925157.608314.7129
Yxy57.60830.38320.4913
Hunter Lab75.9001-27.171541.6370
CIE-Lab80.5205-26.555263.7843

#bbd347 color RGB value is (187,211,71).

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

The process color (four color CMYK) of #bbd347 color hex is 0.11, 0.00, 0.66, 0.17. Web safe color of #bbd347 is #cccc33. Color #bbd347 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 01000111
Octal 273 323 107
Decimal 187 211 71
Hex BB D3 47

RGB Percentages of Color #bbd347

%39.87
%44.99
%15.14

CMYK Percentages of Color #bbd347

%11
%0
%66
%17

Triadic Colors of #bbd347

#bbd347 #47bbd3 #d347bb

Analogous Colors of #bbd347

#bbd347 #75d347 #d3a547

Monochromatic Colors of #bbd347

#bbd347

Complementary Color

#bbd347 #5f47d3

#bbd347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd347 Color CSS Codes

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

#bbd347 Text Font Color

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

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


#bbd347 Background Color

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

This div background color is #bbd347


#bbd347 Border Color

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

This div border color is #bbd347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd347


Comments

No comments written yet.

Please login to write comment.