Color Hex Logo

#badba5 Color Hex

#BADBA5
(186,219,165)
0 Favorites   0 Comments

Color spaces of #badba5

RGB 186219165
HSL0.270.430.75
HSV97°25°86°
CMYK 0.150.000.25   0.14
XYZ52.372763.818845.1552
Yxy63.81880.32460.3955
Hunter Lab79.8867-22.779322.4075
CIE-Lab83.8713-20.566423.0456

#badba5 color RGB value is (186,219,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 10100101
Octal 272 333 245
Decimal 186 219 165
Hex BA DB A5

RGB Percentages of Color #badba5

%32.63
%38.42
%28.95

CMYK Percentages of Color #badba5

%15
%0
%25
%14

Triadic Colors of #badba5

#badba5 #a5badb #dba5ba

Analogous Colors of #badba5

#badba5 #a5dbab #d5dba5

Monochromatic Colors of #badba5

#badba5

Complementary Color

#badba5 #c6a5db

#badba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badba5 Color CSS Codes

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

#badba5 Text Font Color

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

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


#badba5 Background Color

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

This div background color is #badba5


#badba5 Border Color

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

This div border color is #badba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badba5


Comments

No comments written yet.

Please login to write comment.