Color Hex Logo

#b3d682 Color Hex

#B3D682
(179,214,130)
0 Favorites   0 Comments

Color spaces of #b3d682

RGB 179214130
HSL0.240.510.67
HSV85°39°84°
CMYK 0.160.000.39   0.16
XYZ46.666259.288530.1034
Yxy59.28850.34300.4358
Hunter Lab76.9990-26.566230.7194
CIE-Lab81.4499-25.593337.7259

#b3d682 color RGB value is (179,214,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11010110 10000010
Octal 263 326 202
Decimal 179 214 130
Hex B3 D6 82

RGB Percentages of Color #b3d682

%34.23
%40.92
%24.86

CMYK Percentages of Color #b3d682

%16
%0
%39
%16

Triadic Colors of #b3d682

#b3d682 #82b3d6 #d682b3

Analogous Colors of #b3d682

#b3d682 #89d682 #d6cf82

Monochromatic Colors of #b3d682

#b3d682

Complementary Color

#b3d682 #a582d6

#b3d682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3d682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3d682 Color CSS Codes

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

#b3d682 Text Font Color

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

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


#b3d682 Background Color

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

This div background color is #b3d682


#b3d682 Border Color

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

This div border color is #b3d682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3d682


Comments

No comments written yet.

Please login to write comment.