Color Hex Logo

#bada5b Color Hex

#BADA5B
(186,218,91)
0 Favorites   0 Comments

Color spaces of #bada5b

RGB 18621891
HSL0.210.630.61
HSV75°58°85°
CMYK 0.150.000.58   0.15
XYZ47.209461.337219.2486
Yxy61.33720.36940.4800
Hunter Lab78.3181-29.458540.2507
CIE-Lab82.5597-28.852257.6831

#bada5b color RGB value is (186,218,91).

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

The process color (four color CMYK) of #bada5b color hex is 0.15, 0.00, 0.58, 0.15. Web safe color of #bada5b is #cccc66. Color #bada5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 01011011
Octal 272 332 133
Decimal 186 218 91
Hex BA DA 5B

RGB Percentages of Color #bada5b

%37.58
%44.04
%18.38

CMYK Percentages of Color #bada5b

%15
%0
%58
%15

Triadic Colors of #bada5b

#bada5b #5bbada #da5bba

Analogous Colors of #bada5b

#bada5b #7bda5b #dabb5b

Monochromatic Colors of #bada5b

#bada5b

Complementary Color

#bada5b #7b5bda

#bada5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bada5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bada5b Color CSS Codes

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

#bada5b Text Font Color

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

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


#bada5b Background Color

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

This div background color is #bada5b


#bada5b Border Color

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

This div border color is #bada5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bada5b


Comments

No comments written yet.

Please login to write comment.