Color Hex Logo

#b2d68c Color Hex

#B2D68C
(178,214,140)
0 Favorites   0 Comments

Color spaces of #b2d68c

RGB 178214140
HSL0.250.470.69
HSV89°35°84°
CMYK 0.170.000.35   0.16
XYZ47.140359.451633.8017
Yxy59.45160.33580.4235
Hunter Lab77.1049-25.802327.9815
CIE-Lab81.5392-24.646832.7489

#b2d68c color RGB value is (178,214,140).

#b2d68c hex color red value is 178, green value is 214 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #b2d68c hue: 0.25 , saturation: 0.47 and the lightness value of b2d68c is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11010110 10001100
Octal 262 326 214
Decimal 178 214 140
Hex B2 D6 8C

RGB Percentages of Color #b2d68c

%33.46
%40.23
%26.32

CMYK Percentages of Color #b2d68c

%17
%0
%35
%16

Triadic Colors of #b2d68c

#b2d68c #8cb2d6 #d68cb2

Analogous Colors of #b2d68c

#b2d68c #8dd68c #d6d58c

Monochromatic Colors of #b2d68c

#b2d68c

Complementary Color

#b2d68c #b08cd6

#b2d68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2d68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2d68c Color CSS Codes

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

#b2d68c Text Font Color

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

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


#b2d68c Background Color

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

This div background color is #b2d68c


#b2d68c Border Color

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

This div border color is #b2d68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2d68c

#b2d68c Color Palettes


Comments

No comments written yet.

Please login to write comment.