Color Hex Logo

#badaa4 Color Hex

#BADAA4
(186,218,164)
0 Favorites   0 Comments

Color spaces of #badaa4

RGB 186218164
HSL0.270.420.75
HSV96°25°85°
CMYK 0.150.000.25   0.15
XYZ52.021963.262244.5909
Yxy63.26220.32540.3957
Hunter Lab79.5375-22.441922.4367
CIE-Lab83.5801-20.228623.1675

#badaa4 color RGB value is (186,218,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 10100100
Octal 272 332 244
Decimal 186 218 164
Hex BA DA A4

RGB Percentages of Color #badaa4

%32.75
%38.38
%28.87

CMYK Percentages of Color #badaa4

%15
%0
%25
%15

Triadic Colors of #badaa4

#badaa4 #a4bada #daa4ba

Analogous Colors of #badaa4

#badaa4 #a4daa9 #d5daa4

Monochromatic Colors of #badaa4

#badaa4

Complementary Color

#badaa4 #c4a4da

#badaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badaa4 Color CSS Codes

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

#badaa4 Text Font Color

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

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


#badaa4 Background Color

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

This div background color is #badaa4


#badaa4 Border Color

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

This div border color is #badaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badaa4


Comments

No comments written yet.

Please login to write comment.