Color Hex Logo

#baadaf Color Hex

#BAADAF
(186,173,175)
0 Favorites   0 Comments

Color spaces of #baadaf

RGB 186173175
HSL0.970.090.70
HSV351°73°
CMYK 0.000.070.06   0.27
XYZ42.931143.421446.6759
Yxy43.42140.32270.3264
Hunter Lab65.89490.97824.1291
CIE-Lab71.84015.01080.6462

#baadaf color RGB value is (186,173,175).

#baadaf hex color red value is 186, green value is 173 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #baadaf hue: 0.97 , saturation: 0.09 and the lightness value of baadaf is 0.70.

The process color (four color CMYK) of #baadaf color hex is 0.00, 0.07, 0.06, 0.27. Web safe color of #baadaf is #cc9999. Color #baadaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 10101111
Octal 272 255 257
Decimal 186 173 175
Hex BA AD AF

RGB Percentages of Color #baadaf

%34.83
%32.40
%32.77

CMYK Percentages of Color #baadaf

%0
%7
%6
%27

Triadic Colors of #baadaf

#baadaf #afbaad #adafba

Analogous Colors of #baadaf

#baadaf #bab2ad #baadb6

Monochromatic Colors of #baadaf

#baadaf

Complementary Color

#baadaf #adbab8

#baadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baadaf Color CSS Codes

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

#baadaf Text Font Color

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

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


#baadaf Background Color

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

This div background color is #baadaf


#baadaf Border Color

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

This div border color is #baadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baadaf


Comments

No comments written yet.

Please login to write comment.