Color Hex Logo

#bbd470 Color Hex

#BBD470
(187,212,112)
0 Favorites   0 Comments

Color spaces of #bbd470

RGB 187212112
HSL0.210.540.64
HSV75°47°83°
CMYK 0.120.000.47   0.17
XYZ46.961658.821624.2078
Yxy58.82160.36130.4525
Hunter Lab76.6952-24.918634.9726
CIE-Lab81.1934-23.657246.4142

#bbd470 color RGB value is (187,212,112).

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

The process color (four color CMYK) of #bbd470 color hex is 0.12, 0.00, 0.47, 0.17. Web safe color of #bbd470 is #cccc66. Color #bbd470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 01110000
Octal 273 324 160
Decimal 187 212 112
Hex BB D4 70

RGB Percentages of Color #bbd470

%36.59
%41.49
%21.92

CMYK Percentages of Color #bbd470

%12
%0
%47
%17

Triadic Colors of #bbd470

#bbd470 #70bbd4 #d470bb

Analogous Colors of #bbd470

#bbd470 #89d470 #d4bb70

Monochromatic Colors of #bbd470

#bbd470

Complementary Color

#bbd470 #8970d4

#bbd470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd470 Color CSS Codes

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

#bbd470 Text Font Color

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

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


#bbd470 Background Color

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

This div background color is #bbd470


#bbd470 Border Color

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

This div border color is #bbd470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd470


Comments

No comments written yet.

Please login to write comment.