Color Hex Logo

#badb5c Color Hex

#BADB5C
(186,219,92)
0 Favorites   0 Comments

Color spaces of #badb5c

RGB 18621992
HSL0.210.640.61
HSV76°58°86°
CMYK 0.150.000.58   0.14
XYZ47.513061.874819.5641
Yxy61.87480.36850.4798
Hunter Lab78.6605-29.837340.3160
CIE-Lab82.8468-29.242757.5681

#badb5c color RGB value is (186,219,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 01011100
Octal 272 333 134
Decimal 186 219 92
Hex BA DB 5C

RGB Percentages of Color #badb5c

%37.42
%44.06
%18.51

CMYK Percentages of Color #badb5c

%15
%0
%58
%14

Triadic Colors of #badb5c

#badb5c #5cbadb #db5cba

Analogous Colors of #badb5c

#badb5c #7bdb5c #dbbd5c

Monochromatic Colors of #badb5c

#badb5c

Complementary Color

#badb5c #7d5cdb

#badb5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badb5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#badb5c Color CSS Codes

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

#badb5c Text Font Color

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

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


#badb5c Background Color

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

This div background color is #badb5c


#badb5c Border Color

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

This div border color is #badb5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badb5c


Comments

No comments written yet.

Please login to write comment.