Color Hex Logo

#badf97 Color Hex

#BADF97
(186,223,151)
0 Favorites   0 Comments

Color spaces of #badf97

RGB 186223151
HSL0.250.530.73
HSV91°32°87°
CMYK 0.170.000.32   0.13
XYZ52.223365.448839.1586
Yxy65.44880.33300.4173
Hunter Lab80.9004-26.349427.9319
CIE-Lab84.7145-24.590831.4175

#badf97 color RGB value is (186,223,151).

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

The process color (four color CMYK) of #badf97 color hex is 0.17, 0.00, 0.32, 0.13. Web safe color of #badf97 is #cccc99. Color #badf97 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 10010111
Octal 272 337 227
Decimal 186 223 151
Hex BA DF 97

RGB Percentages of Color #badf97

%33.21
%39.82
%26.96

CMYK Percentages of Color #badf97

%17
%0
%32
%13

Triadic Colors of #badf97

#badf97 #97badf #df97ba

Analogous Colors of #badf97

#badf97 #97df98 #dedf97

Monochromatic Colors of #badf97

#badf97

Complementary Color

#badf97 #bc97df

#badf97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badf97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badf97 Color CSS Codes

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

#badf97 Text Font Color

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

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


#badf97 Background Color

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

This div background color is #badf97


#badf97 Border Color

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

This div border color is #badf97


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,223,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badf97


Comments

No comments written yet.

Please login to write comment.