Color Hex Logo

#babc98 Color Hex

#BABC98
(186,188,152)
0 Favorites   0 Comments

Color spaces of #babc98

RGB 186188152
HSL0.180.210.67
HSV63°19°74°
CMYK 0.010.000.19   0.26
XYZ43.900448.672536.7867
Yxy48.67250.33940.3763
Hunter Lab69.7657-9.767917.5730
CIE-Lab75.2471-6.809118.0261

#babc98 color RGB value is (186,188,152).

#babc98 hex color red value is 186, green value is 188 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #babc98 hue: 0.18 , saturation: 0.21 and the lightness value of babc98 is 0.67.

The process color (four color CMYK) of #babc98 color hex is 0.01, 0.00, 0.19, 0.26. Web safe color of #babc98 is #cccc99. Color #babc98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111100 10011000
Octal 272 274 230
Decimal 186 188 152
Hex BA BC 98

RGB Percentages of Color #babc98

%35.36
%35.74
%28.90

CMYK Percentages of Color #babc98

%1
%0
%19
%26

Triadic Colors of #babc98

#babc98 #98babc #bc98ba

Analogous Colors of #babc98

#babc98 #a8bc98 #bcac98

Monochromatic Colors of #babc98

#babc98

Complementary Color

#babc98 #9a98bc

#babc98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babc98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babc98 Color CSS Codes

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

#babc98 Text Font Color

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

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


#babc98 Background Color

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

This div background color is #babc98


#babc98 Border Color

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

This div border color is #babc98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babc98


Comments

No comments written yet.

Please login to write comment.