Color Hex Logo

#b3dd7e Color Hex

#B3DD7E
(179,221,126)
0 Favorites   0 Comments

Color spaces of #b3dd7e

RGB 179221126
HSL0.240.580.68
HSV87°43°87°
CMYK 0.190.000.43   0.13
XYZ48.212862.803029.3198
Yxy62.80300.34360.4475
Hunter Lab79.2483-30.089533.5381
CIE-Lab83.3386-29.424042.1227

#b3dd7e color RGB value is (179,221,126).

#b3dd7e hex color red value is 179, green value is 221 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b3dd7e hue: 0.24 , saturation: 0.58 and the lightness value of b3dd7e is 0.68.

The process color (four color CMYK) of #b3dd7e color hex is 0.19, 0.00, 0.43, 0.13. Web safe color of #b3dd7e is #cccc66. Color #b3dd7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011101 01111110
Octal 263 335 176
Decimal 179 221 126
Hex B3 DD 7E

RGB Percentages of Color #b3dd7e

%34.03
%42.02
%23.95

CMYK Percentages of Color #b3dd7e

%19
%0
%43
%13

Triadic Colors of #b3dd7e

#b3dd7e #7eb3dd #dd7eb3

Analogous Colors of #b3dd7e

#b3dd7e #84dd7e #ddd87e

Monochromatic Colors of #b3dd7e

#b3dd7e

Complementary Color

#b3dd7e #a87edd

#b3dd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dd7e Color CSS Codes

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

#b3dd7e Text Font Color

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

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


#b3dd7e Background Color

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

This div background color is #b3dd7e


#b3dd7e Border Color

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

This div border color is #b3dd7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dd7e


Comments

No comments written yet.

Please login to write comment.