Color Hex Logo

#b3d68d Color Hex

#B3D68D
(179,214,141)
0 Favorites   0 Comments

Color spaces of #b3d68d

RGB 179214141
HSL0.250.470.70
HSV89°34°84°
CMYK 0.160.000.34   0.16
XYZ47.444759.599934.2026
Yxy59.59990.33590.4220
Hunter Lab77.2010-25.402627.7732
CIE-Lab81.6202-24.146132.3554

#b3d68d color RGB value is (179,214,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11010110 10001101
Octal 263 326 215
Decimal 179 214 141
Hex B3 D6 8D

RGB Percentages of Color #b3d68d

%33.52
%40.07
%26.40

CMYK Percentages of Color #b3d68d

%16
%0
%34
%16

Triadic Colors of #b3d68d

#b3d68d #8db3d6 #d68db3

Analogous Colors of #b3d68d

#b3d68d #8fd68d #d6d58d

Monochromatic Colors of #b3d68d

#b3d68d

Complementary Color

#b3d68d #b08dd6

#b3d68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3d68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3d68d Color CSS Codes

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

#b3d68d Text Font Color

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

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


#b3d68d Background Color

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

This div background color is #b3d68d


#b3d68d Border Color

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

This div border color is #b3d68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3d68d


Comments

No comments written yet.

Please login to write comment.