Color Hex Logo

#b3de3a Color Hex

#B3DE3A
(179,222,58)
0 Favorites   0 Comments

Color spaces of #b3de3a

RGB 17922258
HSL0.210.710.55
HSV76°74°87°
CMYK 0.190.000.74   0.13
XYZ45.475462.131713.5988
Yxy62.13170.37520.5126
Hunter Lab78.8237-34.960244.9477
CIE-Lab82.9834-35.587270.6894

#b3de3a color RGB value is (179,222,58).

#b3de3a hex color red value is 179, green value is 222 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b3de3a hue: 0.21 , saturation: 0.71 and the lightness value of b3de3a is 0.55.

The process color (four color CMYK) of #b3de3a color hex is 0.19, 0.00, 0.74, 0.13. Web safe color of #b3de3a is #cccc33. Color #b3de3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011110 00111010
Octal 263 336 72
Decimal 179 222 58
Hex B3 DE 3A

RGB Percentages of Color #b3de3a

%39.00
%48.37
%12.64

CMYK Percentages of Color #b3de3a

%19
%0
%74
%13

Triadic Colors of #b3de3a

#b3de3a #3ab3de #de3ab3

Analogous Colors of #b3de3a

#b3de3a #61de3a #deb73a

Monochromatic Colors of #b3de3a

#b3de3a

Complementary Color

#b3de3a #653ade

#b3de3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3de3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3de3a Color CSS Codes

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

#b3de3a Text Font Color

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

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


#b3de3a Background Color

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

This div background color is #b3de3a


#b3de3a Border Color

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

This div border color is #b3de3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3de3a


Comments

No comments written yet.

Please login to write comment.