Color Hex Logo

#baaddf Color Hex

#BAADDF
(186,173,223)
0 Favorites   0 Comments

Color spaces of #baaddf

RGB 186173223
HSL0.710.440.78
HSV256°22°87°
CMYK 0.170.220.00   0.13
XYZ48.512645.654076.0672
Yxy45.65400.28500.2682
Hunter Lab67.56779.9167-19.4508
CIE-Lab73.320514.5826-23.4627

#baaddf color RGB value is (186,173,223).

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

The process color (four color CMYK) of #baaddf color hex is 0.17, 0.22, 0.00, 0.13. Web safe color of #baaddf is #cc99cc. Color #baaddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 11011111
Octal 272 255 337
Decimal 186 173 223
Hex BA AD DF

RGB Percentages of Color #baaddf

%31.96
%29.73
%38.32

CMYK Percentages of Color #baaddf

%17
%22
%0
%13

Triadic Colors of #baaddf

#baaddf #dfbaad #addfba

Analogous Colors of #baaddf

#baaddf #d3addf #adb9df

Monochromatic Colors of #baaddf

#baaddf

Complementary Color

#baaddf #d2dfad

#baaddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaddf Color CSS Codes

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

#baaddf Text Font Color

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

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


#baaddf Background Color

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

This div background color is #baaddf


#baaddf Border Color

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

This div border color is #baaddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaddf


Comments

No comments written yet.

Please login to write comment.