Color Hex Logo

#baaff5 Color Hex

#BAAFF5
(186,175,245)
0 Favorites   0 Comments

Color spaces of #baaff5

RGB 186175245
HSL0.690.780.82
HSV249°29°96°
CMYK 0.240.290.00   0.04
XYZ52.061147.691692.8477
Yxy47.69160.27030.2476
Hunter Lab69.059113.7111-31.3721
CIE-Lab74.630018.4524-33.3976

#baaff5 color RGB value is (186,175,245).

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

The process color (four color CMYK) of #baaff5 color hex is 0.24, 0.29, 0.00, 0.04. Web safe color of #baaff5 is #cc99ff. Color #baaff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11110101
Octal 272 257 365
Decimal 186 175 245
Hex BA AF F5

RGB Percentages of Color #baaff5

%30.69
%28.88
%40.43

CMYK Percentages of Color #baaff5

%24
%29
%0
%4

Triadic Colors of #baaff5

#baaff5 #f5baaf #aff5ba

Analogous Colors of #baaff5

#baaff5 #ddaff5 #afc7f5

Monochromatic Colors of #baaff5

#baaff5

Complementary Color

#baaff5 #eaf5af

#baaff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaff5 Color CSS Codes

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

#baaff5 Text Font Color

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

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


#baaff5 Background Color

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

This div background color is #baaff5


#baaff5 Border Color

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

This div border color is #baaff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaff5


Comments

No comments written yet.

Please login to write comment.