Color Hex Logo

#baadea Color Hex

#BAADEA
(186,173,234)
0 Favorites   0 Comments

Color spaces of #baadea

RGB 186173234
HSL0.700.590.80
HSV253°26°92°
CMYK 0.210.260.00   0.08
XYZ50.044646.266884.1346
Yxy46.26680.27730.2564
Hunter Lab68.019712.2945-25.7229
CIE-Lab73.718317.0304-28.8409

#baadea color RGB value is (186,173,234).

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

The process color (four color CMYK) of #baadea color hex is 0.21, 0.26, 0.00, 0.08. Web safe color of #baadea is #cc99ff. Color #baadea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 11101010
Octal 272 255 352
Decimal 186 173 234
Hex BA AD EA

RGB Percentages of Color #baadea

%31.37
%29.17
%39.46

CMYK Percentages of Color #baadea

%21
%26
%0
%8

Triadic Colors of #baadea

#baadea #eabaad #adeaba

Analogous Colors of #baadea

#baadea #d9adea #adbfea

Monochromatic Colors of #baadea

#baadea

Complementary Color

#baadea #ddeaad

#baadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#baadea Color CSS Codes

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

#baadea Text Font Color

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

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


#baadea Background Color

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

This div background color is #baadea


#baadea Border Color

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

This div border color is #baadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baadea


Comments

No comments written yet.

Please login to write comment.