Color Hex Logo

#baade8 Color Hex

#BAADE8
(186,173,232)
0 Favorites   0 Comments

Color spaces of #baade8

RGB 186173232
HSL0.700.560.79
HSV253°25°91°
CMYK 0.200.250.00   0.09
XYZ49.758846.152482.6297
Yxy46.15240.27870.2585
Hunter Lab67.935611.8535-24.5593
CIE-Lab73.644316.5793-27.8677

#baade8 color RGB value is (186,173,232).

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

The process color (four color CMYK) of #baade8 color hex is 0.20, 0.25, 0.00, 0.09. Web safe color of #baade8 is #cc99ff. Color #baade8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 11101000
Octal 272 255 350
Decimal 186 173 232
Hex BA AD E8

RGB Percentages of Color #baade8

%31.47
%29.27
%39.26

CMYK Percentages of Color #baade8

%20
%25
%0
%9

Triadic Colors of #baade8

#baade8 #e8baad #ade8ba

Analogous Colors of #baade8

#baade8 #d8ade8 #adbee8

Monochromatic Colors of #baade8

#baade8

Complementary Color

#baade8 #dbe8ad

#baade8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baade8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baade8 Color CSS Codes

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

#baade8 Text Font Color

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

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


#baade8 Background Color

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

This div background color is #baade8


#baade8 Border Color

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

This div border color is #baade8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baade8


Comments

No comments written yet.

Please login to write comment.