Color Hex Logo

#baaffd Color Hex

#BAAFFD
(186,175,253)
0 Favorites   0 Comments

Color spaces of #baaffd

RGB 186175253
HSL0.690.950.84
HSV248°31°99°
CMYK 0.260.310.00   0.01
XYZ53.309348.190999.4206
Yxy48.19090.26530.2399
Hunter Lab69.419715.5907-36.3195
CIE-Lab74.945220.3375-37.2279

#baaffd color RGB value is (186,175,253).

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

The process color (four color CMYK) of #baaffd color hex is 0.26, 0.31, 0.00, 0.01. Web safe color of #baaffd is #cc99ff. Color #baaffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11111101
Octal 272 257 375
Decimal 186 175 253
Hex BA AF FD

RGB Percentages of Color #baaffd

%30.29
%28.50
%41.21

CMYK Percentages of Color #baaffd

%26
%31
%0
%1

Triadic Colors of #baaffd

#baaffd #fdbaaf #affdba

Analogous Colors of #baaffd

#baaffd #e1affd #afcbfd

Monochromatic Colors of #baaffd

#baaffd

Complementary Color

#baaffd #f2fdaf

#baaffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaffd Color CSS Codes

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

#baaffd Text Font Color

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

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


#baaffd Background Color

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

This div background color is #baaffd


#baaffd Border Color

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

This div border color is #baaffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaffd


Comments

No comments written yet.

Please login to write comment.