Color Hex Logo

#b6d07d Color Hex

#B6D07D
(182,208,125)
0 Favorites   0 Comments

Color spaces of #b6d07d

RGB 182208125
HSL0.220.470.65
HSV79°40°82°
CMYK 0.130.000.40   0.18
XYZ45.549056.537527.9142
Yxy56.53750.35040.4349
Hunter Lab75.1914-23.454430.6231
CIE-Lab79.9188-22.166738.3241

#b6d07d color RGB value is (182,208,125).

#b6d07d hex color red value is 182, green value is 208 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b6d07d hue: 0.22 , saturation: 0.47 and the lightness value of b6d07d is 0.65.

The process color (four color CMYK) of #b6d07d color hex is 0.13, 0.00, 0.40, 0.18. Web safe color of #b6d07d is #cccc66. Color #b6d07d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11010000 01111101
Octal 266 320 175
Decimal 182 208 125
Hex B6 D0 7D

RGB Percentages of Color #b6d07d

%35.34
%40.39
%24.27

CMYK Percentages of Color #b6d07d

%13
%0
%40
%18

Triadic Colors of #b6d07d

#b6d07d #7db6d0 #d07db6

Analogous Colors of #b6d07d

#b6d07d #8dd07d #d0c17d

Monochromatic Colors of #b6d07d

#b6d07d

Complementary Color

#b6d07d #977dd0

#b6d07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6d07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6d07d Color CSS Codes

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

#b6d07d Text Font Color

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

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


#b6d07d Background Color

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

This div background color is #b6d07d


#b6d07d Border Color

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

This div border color is #b6d07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6d07d


Comments

No comments written yet.

Please login to write comment.