Color Hex Logo

#bbd680 Color Hex

#BBD680
(187,214,128)
0 Favorites   0 Comments

Color spaces of #bbd680

RGB 187214128
HSL0.220.510.67
HSV79°40°84°
CMYK 0.130.000.40   0.16
XYZ48.436460.216429.4921
Yxy60.21640.35060.4359
Hunter Lab77.5992-24.381331.7859
CIE-Lab81.9557-22.847539.4858

#bbd680 color RGB value is (187,214,128).

#bbd680 hex color red value is 187, green value is 214 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bbd680 hue: 0.22 , saturation: 0.51 and the lightness value of bbd680 is 0.67.

The process color (four color CMYK) of #bbd680 color hex is 0.13, 0.00, 0.40, 0.16. Web safe color of #bbd680 is #cccc99. Color #bbd680 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 10000000
Octal 273 326 200
Decimal 187 214 128
Hex BB D6 80

RGB Percentages of Color #bbd680

%35.35
%40.45
%24.20

CMYK Percentages of Color #bbd680

%13
%0
%40
%16

Triadic Colors of #bbd680

#bbd680 #80bbd6 #d680bb

Analogous Colors of #bbd680

#bbd680 #90d680 #d6c680

Monochromatic Colors of #bbd680

#bbd680

Complementary Color

#bbd680 #9b80d6

#bbd680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd680 Color CSS Codes

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

#bbd680 Text Font Color

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

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


#bbd680 Background Color

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

This div background color is #bbd680


#bbd680 Border Color

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

This div border color is #bbd680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd680


Comments

No comments written yet.

Please login to write comment.