Color Hex Logo

#b9cd85 Color Hex

#B9CD85
(185,205,133)
0 Favorites   0 Comments

Color spaces of #b9cd85

RGB 185205133
HSL0.210.420.66
HSV77°35°80°
CMYK 0.100.000.35   0.20
XYZ46.072555.670430.5075
Yxy55.67040.34840.4209
Hunter Lab74.6126-20.350227.9864
CIE-Lab79.4259-18.548833.6557

#b9cd85 color RGB value is (185,205,133).

#b9cd85 hex color red value is 185, green value is 205 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b9cd85 hue: 0.21 , saturation: 0.42 and the lightness value of b9cd85 is 0.66.

The process color (four color CMYK) of #b9cd85 color hex is 0.10, 0.00, 0.35, 0.20. Web safe color of #b9cd85 is #cccc99. Color #b9cd85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001101 10000101
Octal 271 315 205
Decimal 185 205 133
Hex B9 CD 85

RGB Percentages of Color #b9cd85

%35.37
%39.20
%25.43

CMYK Percentages of Color #b9cd85

%10
%0
%35
%20

Triadic Colors of #b9cd85

#b9cd85 #85b9cd #cd85b9

Analogous Colors of #b9cd85

#b9cd85 #95cd85 #cdbd85

Monochromatic Colors of #b9cd85

#b9cd85

Complementary Color

#b9cd85 #9985cd

#b9cd85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cd85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cd85 Color CSS Codes

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

#b9cd85 Text Font Color

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

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


#b9cd85 Background Color

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

This div background color is #b9cd85


#b9cd85 Border Color

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

This div border color is #b9cd85


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,205,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 #b9cd85">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cd85


Comments

No comments written yet.

Please login to write comment.