Color Hex Logo

#baadca Color Hex

#BAADCA
(186,173,202)
0 Favorites   0 Comments

Color spaces of #baadca

RGB 186173202
HSL0.740.210.74
HSV267°14°79°
CMYK 0.080.140.00   0.21
XYZ45.853944.590562.0672
Yxy44.59050.30070.2924
Hunter Lab66.77615.7144-8.3657
CIE-Lab72.621410.1584-13.0348

#baadca color RGB value is (186,173,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 11001010
Octal 272 255 312
Decimal 186 173 202
Hex BA AD CA

RGB Percentages of Color #baadca

%33.16
%30.84
%36.01

CMYK Percentages of Color #baadca

%8
%14
%0
%21

Triadic Colors of #baadca

#baadca #cabaad #adcaba

Analogous Colors of #baadca

#baadca #c9adca #adafca

Monochromatic Colors of #baadca

#baadca

Complementary Color

#baadca #bdcaad

#baadca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baadca Color Preview on White Background

Lorem ipsum dolor sit amet.

#baadca Color CSS Codes

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

#baadca Text Font Color

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

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


#baadca Background Color

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

This div background color is #baadca


#baadca Border Color

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

This div border color is #baadca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baadca


Comments

No comments written yet.

Please login to write comment.