Color Hex Logo

#bada8c Color Hex

#BADA8C
(186,218,140)
0 Favorites   0 Comments

Color spaces of #bada8c

RGB 186218140
HSL0.240.510.70
HSV85°36°85°
CMYK 0.150.000.36   0.15
XYZ50.054762.475434.2317
Yxy62.47540.34110.4257
Hunter Lab79.0414-25.283429.6513
CIE-Lab83.1656-23.663534.9812

#bada8c color RGB value is (186,218,140).

#bada8c hex color red value is 186, green value is 218 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bada8c hue: 0.24 , saturation: 0.51 and the lightness value of bada8c is 0.70.

The process color (four color CMYK) of #bada8c color hex is 0.15, 0.00, 0.36, 0.15. Web safe color of #bada8c is #cccc99. Color #bada8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 10001100
Octal 272 332 214
Decimal 186 218 140
Hex BA DA 8C

RGB Percentages of Color #bada8c

%34.19
%40.07
%25.74

CMYK Percentages of Color #bada8c

%15
%0
%36
%15

Triadic Colors of #bada8c

#bada8c #8cbada #da8cba

Analogous Colors of #bada8c

#bada8c #93da8c #dad38c

Monochromatic Colors of #bada8c

#bada8c

Complementary Color

#bada8c #ac8cda

#bada8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bada8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bada8c Color CSS Codes

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

#bada8c Text Font Color

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

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


#bada8c Background Color

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

This div background color is #bada8c


#bada8c Border Color

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

This div border color is #bada8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bada8c


Comments

No comments written yet.

Please login to write comment.