Color Hex Logo

#badca1 Color Hex

#BADCA1
(186,220,161)
0 Favorites   0 Comments

Color spaces of #badca1

RGB 186220161
HSL0.260.460.75
HSV95°27°86°
CMYK 0.150.000.27   0.14
XYZ52.275964.198743.3546
Yxy64.19870.32710.4017
Hunter Lab80.1241-23.757224.0054
CIE-Lab84.0691-21.671625.3960

#badca1 color RGB value is (186,220,161).

#badca1 hex color red value is 186, green value is 220 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #badca1 hue: 0.26 , saturation: 0.46 and the lightness value of badca1 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 10100001
Octal 272 334 241
Decimal 186 220 161
Hex BA DC A1

RGB Percentages of Color #badca1

%32.80
%38.80
%28.40

CMYK Percentages of Color #badca1

%15
%0
%27
%14

Triadic Colors of #badca1

#badca1 #a1badc #dca1ba

Analogous Colors of #badca1

#badca1 #a1dca6 #d8dca1

Monochromatic Colors of #badca1

#badca1

Complementary Color

#badca1 #c3a1dc

#badca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badca1 Color CSS Codes

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

#badca1 Text Font Color

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

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


#badca1 Background Color

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

This div background color is #badca1


#badca1 Border Color

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

This div border color is #badca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badca1


Comments

No comments written yet.

Please login to write comment.