Color Hex Logo

#bbd456 Color Hex

#BBD456
(187,212,86)
0 Favorites   0 Comments

Color spaces of #bbd456

RGB 18721286
HSL0.200.590.58
HSV72°59°83°
CMYK 0.120.000.59   0.17
XYZ45.716758.323617.6522
Yxy58.32360.37570.4793
Hunter Lab76.3699-26.793339.7546
CIE-Lab80.9184-25.995758.0463

#bbd456 color RGB value is (187,212,86).

#bbd456 hex color red value is 187, green value is 212 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bbd456 hue: 0.20 , saturation: 0.59 and the lightness value of bbd456 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 01010110
Octal 273 324 126
Decimal 187 212 86
Hex BB D4 56

RGB Percentages of Color #bbd456

%38.56
%43.71
%17.73

CMYK Percentages of Color #bbd456

%12
%0
%59
%17

Triadic Colors of #bbd456

#bbd456 #56bbd4 #d456bb

Analogous Colors of #bbd456

#bbd456 #7cd456 #d4ae56

Monochromatic Colors of #bbd456

#bbd456

Complementary Color

#bbd456 #6f56d4

#bbd456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd456 Color CSS Codes

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

#bbd456 Text Font Color

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

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


#bbd456 Background Color

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

This div background color is #bbd456


#bbd456 Border Color

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

This div border color is #bbd456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd456


Comments

No comments written yet.

Please login to write comment.