Color Hex Logo

#baadda Color Hex

#BAADDA
(186,173,218)
0 Favorites   0 Comments

Color spaces of #baadda

RGB 186173218
HSL0.710.380.77
HSV257°21°85°
CMYK 0.150.210.00   0.15
XYZ47.848245.388272.5686
Yxy45.38820.28860.2737
Hunter Lab67.37088.8758-16.7048
CIE-Lab73.146813.4987-20.9987

#baadda color RGB value is (186,173,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 11011010
Octal 272 255 332
Decimal 186 173 218
Hex BA AD DA

RGB Percentages of Color #baadda

%32.24
%29.98
%37.78

CMYK Percentages of Color #baadda

%15
%21
%0
%15

Triadic Colors of #baadda

#baadda #dabaad #addaba

Analogous Colors of #baadda

#baadda #d1adda #adb7da

Monochromatic Colors of #baadda

#baadda

Complementary Color

#baadda #cddaad

#baadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#baadda Color CSS Codes

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

#baadda Text Font Color

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

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


#baadda Background Color

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

This div background color is #baadda


#baadda Border Color

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

This div border color is #baadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baadda

#baadda Color Palettes


Comments

No comments written yet.

Please login to write comment.