Color Hex Logo

#baaff4 Color Hex

#BAAFF4
(186,175,244)
0 Favorites   0 Comments

Color spaces of #baaff4

RGB 186175244
HSL0.690.760.82
HSV250°28°96°
CMYK 0.240.280.00   0.04
XYZ51.908847.630792.0457
Yxy47.63070.27090.2486
Hunter Lab69.015013.4804-30.7649
CIE-Lab74.591418.2194-32.9165

#baaff4 color RGB value is (186,175,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11110100
Octal 272 257 364
Decimal 186 175 244
Hex BA AF F4

RGB Percentages of Color #baaff4

%30.74
%28.93
%40.33

CMYK Percentages of Color #baaff4

%24
%28
%0
%4

Triadic Colors of #baaff4

#baaff4 #f4baaf #aff4ba

Analogous Colors of #baaff4

#baaff4 #ddaff4 #afc7f4

Monochromatic Colors of #baaff4

#baaff4

Complementary Color

#baaff4 #e9f4af

#baaff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaff4 Color CSS Codes

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

#baaff4 Text Font Color

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

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


#baaff4 Background Color

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

This div background color is #baaff4


#baaff4 Border Color

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

This div border color is #baaff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaff4


Comments

No comments written yet.

Please login to write comment.