Color Hex Logo

#bbd648 Color Hex

#BBD648
(187,214,72)
0 Favorites   0 Comments

Color spaces of #bbd648

RGB 18721472
HSL0.200.630.56
HSV71°66°84°
CMYK 0.130.000.66   0.16
XYZ45.709859.125815.1342
Yxy59.12580.38100.4928
Hunter Lab76.8933-28.452642.1558
CIE-Lab81.3607-27.922064.2625

#bbd648 color RGB value is (187,214,72).

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

The process color (four color CMYK) of #bbd648 color hex is 0.13, 0.00, 0.66, 0.16. Web safe color of #bbd648 is #cccc33. Color #bbd648 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 01001000
Octal 273 326 110
Decimal 187 214 72
Hex BB D6 48

RGB Percentages of Color #bbd648

%39.53
%45.24
%15.22

CMYK Percentages of Color #bbd648

%13
%0
%66
%16

Triadic Colors of #bbd648

#bbd648 #48bbd6 #d648bb

Analogous Colors of #bbd648

#bbd648 #74d648 #d6aa48

Monochromatic Colors of #bbd648

#bbd648

Complementary Color

#bbd648 #6348d6

#bbd648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd648 Color CSS Codes

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

#bbd648 Text Font Color

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

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


#bbd648 Background Color

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

This div background color is #bbd648


#bbd648 Border Color

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

This div border color is #bbd648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd648


Comments

No comments written yet.

Please login to write comment.