Color Hex Logo

#b2d680 Color Hex

#B2D680
(178,214,128)
0 Favorites   0 Comments

Color spaces of #b2d680

RGB 178214128
HSL0.240.510.67
HSV85°40°84°
CMYK 0.170.000.40   0.16
XYZ46.302959.116629.3923
Yxy59.11660.34350.4385
Hunter Lab76.8873-27.057031.1559
CIE-Lab81.3556-26.213238.5974

#b2d680 color RGB value is (178,214,128).

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

The process color (four color CMYK) of #b2d680 color hex is 0.17, 0.00, 0.40, 0.16. Web safe color of #b2d680 is #99cc99. Color #b2d680 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11010110 10000000
Octal 262 326 200
Decimal 178 214 128
Hex B2 D6 80

RGB Percentages of Color #b2d680

%34.23
%41.15
%24.62

CMYK Percentages of Color #b2d680

%17
%0
%40
%16

Triadic Colors of #b2d680

#b2d680 #80b2d6 #d680b2

Analogous Colors of #b2d680

#b2d680 #87d680 #d6cf80

Monochromatic Colors of #b2d680

#b2d680

Complementary Color

#b2d680 #a480d6

#b2d680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2d680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2d680 Color CSS Codes

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

#b2d680 Text Font Color

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

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


#b2d680 Background Color

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

This div background color is #b2d680


#b2d680 Border Color

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

This div border color is #b2d680


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,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 #b2d680">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2d680


Comments

No comments written yet.

Please login to write comment.