Color Hex Logo

#baaffb Color Hex

#BAAFFB
(186,175,251)
0 Favorites   0 Comments

Color spaces of #baaffb

RGB 186175251
HSL0.690.900.84
HSV249°30°98°
CMYK 0.260.300.00   0.02
XYZ52.992348.064197.7511
Yxy48.06410.26660.2418
Hunter Lab69.328315.1152-35.0676
CIE-Lab74.865319.8627-36.2734

#baaffb color RGB value is (186,175,251).

#baaffb hex color red value is 186, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #baaffb hue: 0.69 , saturation: 0.90 and the lightness value of baaffb is 0.84.

The process color (four color CMYK) of #baaffb color hex is 0.26, 0.30, 0.00, 0.02. Web safe color of #baaffb is #cc99ff. Color #baaffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11111011
Octal 272 257 373
Decimal 186 175 251
Hex BA AF FB

RGB Percentages of Color #baaffb

%30.39
%28.59
%41.01

CMYK Percentages of Color #baaffb

%26
%30
%0
%2

Triadic Colors of #baaffb

#baaffb #fbbaaf #affbba

Analogous Colors of #baaffb

#baaffb #e0affb #afcafb

Monochromatic Colors of #baaffb

#baaffb

Complementary Color

#baaffb #f0fbaf

#baaffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaffb Color CSS Codes

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

#baaffb Text Font Color

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

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


#baaffb Background Color

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

This div background color is #baaffb


#baaffb Border Color

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

This div border color is #baaffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaffb


Comments

No comments written yet.

Please login to write comment.