Color Hex Logo

#b8c685 Color Hex

#B8C685
(184,198,133)
0 Favorites   0 Comments

Color spaces of #b8c685

RGB 184198133
HSL0.200.360.65
HSV73°33°78°
CMYK 0.070.000.33   0.22
XYZ44.194952.272029.9505
Yxy52.27200.34960.4135
Hunter Lab72.2994-17.411126.0483
CIE-Lab77.4432-15.412631.0387

#b8c685 color RGB value is (184,198,133).

#b8c685 hex color red value is 184, green value is 198 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b8c685 hue: 0.20 , saturation: 0.36 and the lightness value of b8c685 is 0.65.

The process color (four color CMYK) of #b8c685 color hex is 0.07, 0.00, 0.33, 0.22. Web safe color of #b8c685 is #cccc99. Color #b8c685 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11000110 10000101
Octal 270 306 205
Decimal 184 198 133
Hex B8 C6 85

RGB Percentages of Color #b8c685

%35.73
%38.45
%25.83

CMYK Percentages of Color #b8c685

%7
%0
%33
%22

Triadic Colors of #b8c685

#b8c685 #85b8c6 #c685b8

Analogous Colors of #b8c685

#b8c685 #98c685 #c6b485

Monochromatic Colors of #b8c685

#b8c685

Complementary Color

#b8c685 #9385c6

#b8c685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8c685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8c685 Color CSS Codes

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

#b8c685 Text Font Color

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

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


#b8c685 Background Color

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

This div background color is #b8c685


#b8c685 Border Color

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

This div border color is #b8c685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8c685


Comments

No comments written yet.

Please login to write comment.