Color Hex Logo

#b9cc98 Color Hex

#B9CC98
(185,204,152)
1 Favorites   0 Comments

Color spaces of #b9cc98

RGB 185204152
HSL0.230.340.70
HSV82°25°80°
CMYK 0.090.000.25   0.20
XYZ47.267955.767037.9786
Yxy55.76700.33520.3955
Hunter Lab74.6773-17.701622.1210
CIE-Lab79.4810-15.418623.8375

#b9cc98 color RGB value is (185,204,152).

#b9cc98 hex color red value is 185, green value is 204 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b9cc98 hue: 0.23 , saturation: 0.34 and the lightness value of b9cc98 is 0.70.

The process color (four color CMYK) of #b9cc98 color hex is 0.09, 0.00, 0.25, 0.20. Web safe color of #b9cc98 is #cccc99. Color #b9cc98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001100 10011000
Octal 271 314 230
Decimal 185 204 152
Hex B9 CC 98

RGB Percentages of Color #b9cc98

%34.20
%37.71
%28.10

CMYK Percentages of Color #b9cc98

%9
%0
%25
%20

Triadic Colors of #b9cc98

#b9cc98 #98b9cc #cc98b9

Analogous Colors of #b9cc98

#b9cc98 #9fcc98 #ccc598

Monochromatic Colors of #b9cc98

#b9cc98

Complementary Color

#b9cc98 #ab98cc

#b9cc98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cc98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cc98 Color CSS Codes

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

#b9cc98 Text Font Color

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

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


#b9cc98 Background Color

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

This div background color is #b9cc98


#b9cc98 Border Color

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

This div border color is #b9cc98


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,204,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cc98

#b9cc98 Color Palettes


Comments

No comments written yet.

Please login to write comment.