Color Hex Logo

#baaed9 Color Hex

#BAAED9
(186,174,217)
0 Favorites   0 Comments

Color spaces of #baaed9

RGB 186174217
HSL0.710.360.77
HSV257°20°85°
CMYK 0.140.200.00   0.15
XYZ47.910145.721071.9455
Yxy45.72100.28940.2761
Hunter Lab67.61738.1455-15.7530
CIE-Lab73.364112.7333-20.1225

#baaed9 color RGB value is (186,174,217).

#baaed9 hex color red value is 186, green value is 174 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #baaed9 hue: 0.71 , saturation: 0.36 and the lightness value of baaed9 is 0.77.

The process color (four color CMYK) of #baaed9 color hex is 0.14, 0.20, 0.00, 0.15. Web safe color of #baaed9 is #cc99cc. Color #baaed9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 11011001
Octal 272 256 331
Decimal 186 174 217
Hex BA AE D9

RGB Percentages of Color #baaed9

%32.24
%30.16
%37.61

CMYK Percentages of Color #baaed9

%14
%20
%0
%15

Triadic Colors of #baaed9

#baaed9 #d9baae #aed9ba

Analogous Colors of #baaed9

#baaed9 #d0aed9 #aeb8d9

Monochromatic Colors of #baaed9

#baaed9

Complementary Color

#baaed9 #cdd9ae

#baaed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaed9 Color CSS Codes

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

#baaed9 Text Font Color

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

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


#baaed9 Background Color

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

This div background color is #baaed9


#baaed9 Border Color

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

This div border color is #baaed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaed9


Comments

No comments written yet.

Please login to write comment.