Color Hex Logo

#b6d350 Color Hex

#B6D350
(182,211,80)
0 Favorites   0 Comments

Color spaces of #b6d350

RGB 18221180
HSL0.200.600.57
HSV73°62°83°
CMYK 0.140.000.62   0.17
XYZ44.033657.112816.2925
Yxy57.11280.37490.4863
Hunter Lab75.5730-28.247440.1190
CIE-Lab80.2430-27.952559.7571

#b6d350 color RGB value is (182,211,80).

#b6d350 hex color red value is 182, green value is 211 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #b6d350 hue: 0.20 , saturation: 0.60 and the lightness value of b6d350 is 0.57.

The process color (four color CMYK) of #b6d350 color hex is 0.14, 0.00, 0.62, 0.17. Web safe color of #b6d350 is #cccc66. Color #b6d350 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11010011 01010000
Octal 266 323 120
Decimal 182 211 80
Hex B6 D3 50

RGB Percentages of Color #b6d350

%38.48
%44.61
%16.91

CMYK Percentages of Color #b6d350

%14
%0
%62
%17

Triadic Colors of #b6d350

#b6d350 #50b6d3 #d350b6

Analogous Colors of #b6d350

#b6d350 #75d350 #d3af50

Monochromatic Colors of #b6d350

#b6d350

Complementary Color

#b6d350 #6d50d3

#b6d350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6d350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6d350 Color CSS Codes

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

#b6d350 Text Font Color

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

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


#b6d350 Background Color

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

This div background color is #b6d350


#b6d350 Border Color

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

This div border color is #b6d350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6d350


Comments

No comments written yet.

Please login to write comment.