Color Hex Logo

#badaa8 Color Hex

#BADAA8
(186,218,168)
0 Favorites   0 Comments

Color spaces of #badaa8

RGB 186218168
HSL0.270.400.76
HSV98°23°85°
CMYK 0.150.000.23   0.15
XYZ52.389063.409146.5238
Yxy63.40910.32270.3906
Hunter Lab79.6298-21.915921.1006
CIE-Lab83.6572-19.600721.1845

#badaa8 color RGB value is (186,218,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 10101000
Octal 272 332 250
Decimal 186 218 168
Hex BA DA A8

RGB Percentages of Color #badaa8

%32.52
%38.11
%29.37

CMYK Percentages of Color #badaa8

%15
%0
%23
%15

Triadic Colors of #badaa8

#badaa8 #a8bada #daa8ba

Analogous Colors of #badaa8

#badaa8 #a8daaf #d3daa8

Monochromatic Colors of #badaa8

#badaa8

Complementary Color

#badaa8 #c8a8da

#badaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badaa8 Color CSS Codes

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

#badaa8 Text Font Color

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

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


#badaa8 Background Color

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

This div background color is #badaa8


#badaa8 Border Color

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

This div border color is #badaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badaa8


Comments

No comments written yet.

Please login to write comment.