Color Hex Logo

#b6e02d Color Hex

#B6E02D
(182,224,45)
0 Favorites   0 Comments

Color spaces of #b6e02d

RGB 18222445
HSL0.210.740.53
HSV74°80°88°
CMYK 0.190.000.80   0.12
XYZ46.420763.445912.2823
Yxy63.44590.38000.5194
Hunter Lab79.6529-35.365146.6147
CIE-Lab83.6764-35.883375.2205

#b6e02d color RGB value is (182,224,45).

#b6e02d hex color red value is 182, green value is 224 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #b6e02d hue: 0.21 , saturation: 0.74 and the lightness value of b6e02d is 0.53.

The process color (four color CMYK) of #b6e02d color hex is 0.19, 0.00, 0.80, 0.12. Web safe color of #b6e02d is #cccc33. Color #b6e02d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11100000 00101101
Octal 266 340 55
Decimal 182 224 45
Hex B6 E0 2D

RGB Percentages of Color #b6e02d

%40.35
%49.67
%9.98

CMYK Percentages of Color #b6e02d

%19
%0
%80
%12

Triadic Colors of #b6e02d

#b6e02d #2db6e0 #e02db6

Analogous Colors of #b6e02d

#b6e02d #5ce02d #e0b12d

Monochromatic Colors of #b6e02d

#b6e02d

Complementary Color

#b6e02d #572de0

#b6e02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6e02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6e02d Color CSS Codes

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

#b6e02d Text Font Color

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

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


#b6e02d Background Color

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

This div background color is #b6e02d


#b6e02d Border Color

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

This div border color is #b6e02d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,224,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6e02d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6e02d;
  -webkit-box-shadow: 1px 1px 3px 2px #b6e02d;
  box-shadow:         1px 1px 3px 2px #b6e02d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,224,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6e02d


Comments

No comments written yet.

Please login to write comment.