Color Hex Logo

#b9ca98 Color Hex

#B9CA98
(185,202,152)
0 Favorites   0 Comments

Color spaces of #b9ca98

RGB 185202152
HSL0.220.320.69
HSV80°25°79°
CMYK 0.080.000.25   0.21
XYZ46.795654.822337.8211
Yxy54.82230.33560.3932
Hunter Lab74.0421-16.759221.5438
CIE-Lab78.9388-14.405323.0975

#b9ca98 color RGB value is (185,202,152).

#b9ca98 hex color red value is 185, green value is 202 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b9ca98 hue: 0.22 , saturation: 0.32 and the lightness value of b9ca98 is 0.69.

The process color (four color CMYK) of #b9ca98 color hex is 0.08, 0.00, 0.25, 0.21. Web safe color of #b9ca98 is #cccc99. Color #b9ca98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001010 10011000
Octal 271 312 230
Decimal 185 202 152
Hex B9 CA 98

RGB Percentages of Color #b9ca98

%34.32
%37.48
%28.20

CMYK Percentages of Color #b9ca98

%8
%0
%25
%21

Triadic Colors of #b9ca98

#b9ca98 #98b9ca #ca98b9

Analogous Colors of #b9ca98

#b9ca98 #a0ca98 #cac298

Monochromatic Colors of #b9ca98

#b9ca98

Complementary Color

#b9ca98 #a998ca

#b9ca98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ca98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ca98 Color CSS Codes

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

#b9ca98 Text Font Color

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

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


#b9ca98 Background Color

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

This div background color is #b9ca98


#b9ca98 Border Color

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

This div border color is #b9ca98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ca98


Comments

No comments written yet.

Please login to write comment.