Color Hex Logo

#baadce Color Hex

#BAADCE
(186,173,206)
0 Favorites   0 Comments

Color spaces of #baadce

RGB 186173206
HSL0.730.250.74
HSV264°16°81°
CMYK 0.100.160.00   0.19
XYZ46.333844.782564.5943
Yxy44.78250.29760.2876
Hunter Lab66.91976.4801-10.3859
CIE-Lab72.748410.9743-15.0365

#baadce color RGB value is (186,173,206).

#baadce hex color red value is 186, green value is 173 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #baadce hue: 0.73 , saturation: 0.25 and the lightness value of baadce is 0.74.

The process color (four color CMYK) of #baadce color hex is 0.10, 0.16, 0.00, 0.19. Web safe color of #baadce is #cc99cc. Color #baadce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 11001110
Octal 272 255 316
Decimal 186 173 206
Hex BA AD CE

RGB Percentages of Color #baadce

%32.92
%30.62
%36.46

CMYK Percentages of Color #baadce

%10
%16
%0
%19

Triadic Colors of #baadce

#baadce #cebaad #adceba

Analogous Colors of #baadce

#baadce #cbadce #adb1ce

Monochromatic Colors of #baadce

#baadce

Complementary Color

#baadce #c1cead

#baadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#baadce Color CSS Codes

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

#baadce Text Font Color

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

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


#baadce Background Color

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

This div background color is #baadce


#baadce Border Color

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

This div border color is #baadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baadce


Comments

No comments written yet.

Please login to write comment.