Color Hex Logo

#baade5 Color Hex

#BAADE5
(186,173,229)
0 Favorites   0 Comments

Color spaces of #baade5

RGB 186173229
HSL0.710.520.79
HSV254°24°90°
CMYK 0.190.240.00   0.10
XYZ49.336145.983480.4041
Yxy45.98340.28080.2617
Hunter Lab67.811111.1987-22.8329
CIE-Lab73.534815.9072-26.4037

#baade5 color RGB value is (186,173,229).

#baade5 hex color red value is 186, green value is 173 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #baade5 hue: 0.71 , saturation: 0.52 and the lightness value of baade5 is 0.79.

The process color (four color CMYK) of #baade5 color hex is 0.19, 0.24, 0.00, 0.10. Web safe color of #baade5 is #cc99cc. Color #baade5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 11100101
Octal 272 255 345
Decimal 186 173 229
Hex BA AD E5

RGB Percentages of Color #baade5

%31.63
%29.42
%38.95

CMYK Percentages of Color #baade5

%19
%24
%0
%10

Triadic Colors of #baade5

#baade5 #e5baad #ade5ba

Analogous Colors of #baade5

#baade5 #d6ade5 #adbce5

Monochromatic Colors of #baade5

#baade5

Complementary Color

#baade5 #d8e5ad

#baade5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baade5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baade5 Color CSS Codes

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

#baade5 Text Font Color

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

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


#baade5 Background Color

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

This div background color is #baade5


#baade5 Border Color

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

This div border color is #baade5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baade5


Comments

No comments written yet.

Please login to write comment.