Color Hex Logo

#baaffe Color Hex

#BAAFFE
(186,175,254)
0 Favorites   0 Comments

Color spaces of #baaffe

RGB 186175254
HSL0.690.980.84
HSV248°31°100°
CMYK 0.270.310.00   0.00
XYZ53.469148.2548100.2619
Yxy48.25480.26470.2389
Hunter Lab69.465715.8300-36.9491
CIE-Lab74.985420.5759-37.7044

#baaffe color RGB value is (186,175,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11111110
Octal 272 257 376
Decimal 186 175 254
Hex BA AF FE

RGB Percentages of Color #baaffe

%30.24
%28.46
%41.30

CMYK Percentages of Color #baaffe

%27
%31
%0
%0

Triadic Colors of #baaffe

#baaffe #febaaf #affeba

Analogous Colors of #baaffe

#baaffe #e2affe #afccfe

Monochromatic Colors of #baaffe

#baaffe

Complementary Color

#baaffe #f3feaf

#baaffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaffe Color CSS Codes

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

#baaffe Text Font Color

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

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


#baaffe Background Color

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

This div background color is #baaffe


#baaffe Border Color

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

This div border color is #baaffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaffe


Comments

No comments written yet.

Please login to write comment.