Color Hex Logo

#badaa3 Color Hex

#BADAA3
(186,218,163)
0 Favorites   0 Comments

Color spaces of #badaa3

RGB 186218163
HSL0.260.430.75
HSV95°25°85°
CMYK 0.150.000.25   0.15
XYZ51.932063.226344.1171
Yxy63.22630.32610.3970
Hunter Lab79.5150-22.571122.7647
CIE-Lab83.5613-20.383123.6629

#badaa3 color RGB value is (186,218,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 10100011
Octal 272 332 243
Decimal 186 218 163
Hex BA DA A3

RGB Percentages of Color #badaa3

%32.80
%38.45
%28.75

CMYK Percentages of Color #badaa3

%15
%0
%25
%15

Triadic Colors of #badaa3

#badaa3 #a3bada #daa3ba

Analogous Colors of #badaa3

#badaa3 #a3daa8 #d6daa3

Monochromatic Colors of #badaa3

#badaa3

Complementary Color

#badaa3 #c3a3da

#badaa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badaa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badaa3 Color CSS Codes

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

#badaa3 Text Font Color

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

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


#badaa3 Background Color

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

This div background color is #badaa3


#badaa3 Border Color

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

This div border color is #badaa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badaa3


Comments

No comments written yet.

Please login to write comment.