Color Hex Logo

#b6c428 Color Hex

#B6C428
(182,196,40)
0 Favorites   0 Comments

Color spaces of #b6c428

RGB 18219640
HSL0.180.660.46
HSV65°80°77°
CMYK 0.070.000.80   0.23
XYZ39.414349.57819.4997
Yxy49.57810.40020.5034
Hunter Lab70.4117-23.301741.2890
CIE-Lab75.8096-22.874369.5877

#b6c428 color RGB value is (182,196,40).

#b6c428 hex color red value is 182, green value is 196 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #b6c428 hue: 0.18 , saturation: 0.66 and the lightness value of b6c428 is 0.46.

The process color (four color CMYK) of #b6c428 color hex is 0.07, 0.00, 0.80, 0.23. Web safe color of #b6c428 is #cccc33. Color #b6c428 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11000100 00101000
Octal 266 304 50
Decimal 182 196 40
Hex B6 C4 28

RGB Percentages of Color #b6c428

%43.54
%46.89
%9.57

CMYK Percentages of Color #b6c428

%7
%0
%80
%23

Triadic Colors of #b6c428

#b6c428 #28b6c4 #c428b6

Analogous Colors of #b6c428

#b6c428 #68c428 #c48428

Monochromatic Colors of #b6c428

#b6c428

Complementary Color

#b6c428 #3628c4

#b6c428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6c428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6c428 Color CSS Codes

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

#b6c428 Text Font Color

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

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


#b6c428 Background Color

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

This div background color is #b6c428


#b6c428 Border Color

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

This div border color is #b6c428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6c428


Comments

No comments written yet.

Please login to write comment.