Color Hex Logo

#baadec Color Hex

#BAADEC
(186,173,236)
0 Favorites   0 Comments

Color spaces of #baadec

RGB 186173236
HSL0.700.620.80
HSV252°27°93°
CMYK 0.210.270.00   0.07
XYZ50.333646.382485.6567
Yxy46.38240.27600.2543
Hunter Lab68.104612.7396-26.8971
CIE-Lab73.793017.4843-29.8123

#baadec color RGB value is (186,173,236).

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

The process color (four color CMYK) of #baadec color hex is 0.21, 0.27, 0.00, 0.07. Web safe color of #baadec is #cc99ff. Color #baadec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 11101100
Octal 272 255 354
Decimal 186 173 236
Hex BA AD EC

RGB Percentages of Color #baadec

%31.26
%29.08
%39.66

CMYK Percentages of Color #baadec

%21
%27
%0
%7

Triadic Colors of #baadec

#baadec #ecbaad #adecba

Analogous Colors of #baadec

#baadec #daadec #adc0ec

Monochromatic Colors of #baadec

#baadec

Complementary Color

#baadec #dfecad

#baadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#baadec Color CSS Codes

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

#baadec Text Font Color

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

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


#baadec Background Color

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

This div background color is #baadec


#baadec Border Color

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

This div border color is #baadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baadec


Comments

No comments written yet.

Please login to write comment.