Color Hex Logo

#baadf7 Color Hex

#BAADF7
(186,173,247)
0 Favorites   0 Comments

Color spaces of #baadf7

RGB 186173247
HSL0.700.820.82
HSV251°30°97°
CMYK 0.250.300.00   0.03
XYZ51.981847.041694.3359
Yxy47.04160.26880.2433
Hunter Lab68.586915.2576-33.5380
CIE-Lab74.216420.0274-35.1187

#baadf7 color RGB value is (186,173,247).

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

The process color (four color CMYK) of #baadf7 color hex is 0.25, 0.30, 0.00, 0.03. Web safe color of #baadf7 is #cc99ff. Color #baadf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 11110111
Octal 272 255 367
Decimal 186 173 247
Hex BA AD F7

RGB Percentages of Color #baadf7

%30.69
%28.55
%40.76

CMYK Percentages of Color #baadf7

%25
%30
%0
%3

Triadic Colors of #baadf7

#baadf7 #f7baad #adf7ba

Analogous Colors of #baadf7

#baadf7 #dfadf7 #adc5f7

Monochromatic Colors of #baadf7

#baadf7

Complementary Color

#baadf7 #eaf7ad

#baadf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baadf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baadf7 Color CSS Codes

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

#baadf7 Text Font Color

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

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


#baadf7 Background Color

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

This div background color is #baadf7


#baadf7 Border Color

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

This div border color is #baadf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baadf7


Comments

No comments written yet.

Please login to write comment.