Color Hex Logo

#badf5b Color Hex

#BADF5B
(186,223,91)
0 Favorites   0 Comments

Color spaces of #badf5b

RGB 18622391
HSL0.210.670.62
HSV77°59°87°
CMYK 0.170.000.59   0.13
XYZ48.525763.969819.6874
Yxy63.96980.36710.4839
Hunter Lab79.9811-31.668441.3925
CIE-Lab83.9500-31.198659.2337

#badf5b color RGB value is (186,223,91).

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

The process color (four color CMYK) of #badf5b color hex is 0.17, 0.00, 0.59, 0.13. Web safe color of #badf5b is #cccc66. Color #badf5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 01011011
Octal 272 337 133
Decimal 186 223 91
Hex BA DF 5B

RGB Percentages of Color #badf5b

%37.20
%44.60
%18.20

CMYK Percentages of Color #badf5b

%17
%0
%59
%13

Triadic Colors of #badf5b

#badf5b #5bbadf #df5bba

Analogous Colors of #badf5b

#badf5b #78df5b #dfc25b

Monochromatic Colors of #badf5b

#badf5b

Complementary Color

#badf5b #805bdf

#badf5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badf5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#badf5b Color CSS Codes

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

#badf5b Text Font Color

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

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


#badf5b Background Color

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

This div background color is #badf5b


#badf5b Border Color

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

This div border color is #badf5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badf5b


Comments

No comments written yet.

Please login to write comment.