Color Hex Logo

#badf93 Color Hex

#BADF93
(186,223,147)
0 Favorites   0 Comments

Color spaces of #badf93

RGB 186223147
HSL0.250.540.73
HSV89°34°87°
CMYK 0.170.000.34   0.13
XYZ51.903865.321037.4764
Yxy65.32100.33550.4222
Hunter Lab80.8214-26.804129.0826
CIE-Lab84.6489-25.144933.3709

#badf93 color RGB value is (186,223,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 10010011
Octal 272 337 223
Decimal 186 223 147
Hex BA DF 93

RGB Percentages of Color #badf93

%33.45
%40.11
%26.44

CMYK Percentages of Color #badf93

%17
%0
%34
%13

Triadic Colors of #badf93

#badf93 #93badf #df93ba

Analogous Colors of #badf93

#badf93 #94df93 #dfde93

Monochromatic Colors of #badf93

#badf93

Complementary Color

#badf93 #b893df

#badf93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badf93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badf93 Color CSS Codes

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

#badf93 Text Font Color

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

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


#badf93 Background Color

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

This div background color is #badf93


#badf93 Border Color

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

This div border color is #badf93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badf93

#badf93 Color Palettes


Comments

No comments written yet.

Please login to write comment.