Color Hex Logo

#b7dc85 Color Hex

#B7DC85
(183,220,133)
0 Favorites   0 Comments

Color spaces of #b7dc85

RGB 183220133
HSL0.240.550.69
HSV86°40°86°
CMYK 0.170.000.40   0.14
XYZ49.355362.947131.7390
Yxy62.94710.34260.4370
Hunter Lab79.3392-27.802431.8190
CIE-Lab83.4145-26.625938.7950

#b7dc85 color RGB value is (183,220,133).

#b7dc85 hex color red value is 183, green value is 220 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b7dc85 hue: 0.24 , saturation: 0.55 and the lightness value of b7dc85 is 0.69.

The process color (four color CMYK) of #b7dc85 color hex is 0.17, 0.00, 0.40, 0.14. Web safe color of #b7dc85 is #cccc99. Color #b7dc85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011100 10000101
Octal 267 334 205
Decimal 183 220 133
Hex B7 DC 85

RGB Percentages of Color #b7dc85

%34.14
%41.04
%24.81

CMYK Percentages of Color #b7dc85

%17
%0
%40
%14

Triadic Colors of #b7dc85

#b7dc85 #85b7dc #dc85b7

Analogous Colors of #b7dc85

#b7dc85 #8cdc85 #dcd685

Monochromatic Colors of #b7dc85

#b7dc85

Complementary Color

#b7dc85 #aa85dc

#b7dc85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dc85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dc85 Color CSS Codes

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

#b7dc85 Text Font Color

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

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


#b7dc85 Background Color

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

This div background color is #b7dc85


#b7dc85 Border Color

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

This div border color is #b7dc85


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,220,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7dc85; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7dc85;
  -webkit-box-shadow: 1px 1px 3px 2px #b7dc85;
  box-shadow:         1px 1px 3px 2px #b7dc85; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,220,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dc85


Comments

No comments written yet.

Please login to write comment.