Color Hex Logo

#badc98 Color Hex

#BADC98
(186,220,152)
0 Favorites   0 Comments

Color spaces of #badc98

RGB 186220152
HSL0.250.490.73
HSV90°31°86°
CMYK 0.150.000.31   0.14
XYZ51.510463.892539.3234
Yxy63.89250.33290.4129
Hunter Lab79.9328-24.853126.7849
CIE-Lab83.9098-22.994229.8308

#badc98 color RGB value is (186,220,152).

#badc98 hex color red value is 186, green value is 220 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #badc98 hue: 0.25 , saturation: 0.49 and the lightness value of badc98 is 0.73.

The process color (four color CMYK) of #badc98 color hex is 0.15, 0.00, 0.31, 0.14. Web safe color of #badc98 is #cccc99. Color #badc98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 10011000
Octal 272 334 230
Decimal 186 220 152
Hex BA DC 98

RGB Percentages of Color #badc98

%33.33
%39.43
%27.24

CMYK Percentages of Color #badc98

%15
%0
%31
%14

Triadic Colors of #badc98

#badc98 #98badc #dc98ba

Analogous Colors of #badc98

#badc98 #98dc98 #dcdc98

Monochromatic Colors of #badc98

#badc98

Complementary Color

#badc98 #ba98dc

#badc98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badc98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badc98 Color CSS Codes

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

#badc98 Text Font Color

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

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


#badc98 Background Color

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

This div background color is #badc98


#badc98 Border Color

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

This div border color is #badc98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badc98


Comments

No comments written yet.

Please login to write comment.