Color Hex Logo

#baaff8 Color Hex

#BAAFF8
(186,175,248)
0 Favorites   0 Comments

Color spaces of #baaff8

RGB 186175248
HSL0.690.840.83
HSV249°29°97°
CMYK 0.250.290.00   0.03
XYZ52.522947.876495.2797
Yxy47.87640.26840.2447
Hunter Lab69.192814.4086-33.2085
CIE-Lab74.746919.1545-34.8377

#baaff8 color RGB value is (186,175,248).

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

The process color (four color CMYK) of #baaff8 color hex is 0.25, 0.29, 0.00, 0.03. Web safe color of #baaff8 is #cc99ff. Color #baaff8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11111000
Octal 272 257 370
Decimal 186 175 248
Hex BA AF F8

RGB Percentages of Color #baaff8

%30.54
%28.74
%40.72

CMYK Percentages of Color #baaff8

%25
%29
%0
%3

Triadic Colors of #baaff8

#baaff8 #f8baaf #aff8ba

Analogous Colors of #baaff8

#baaff8 #dfaff8 #afc9f8

Monochromatic Colors of #baaff8

#baaff8

Complementary Color

#baaff8 #edf8af

#baaff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaff8 Color CSS Codes

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

#baaff8 Text Font Color

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

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


#baaff8 Background Color

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

This div background color is #baaff8


#baaff8 Border Color

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

This div border color is #baaff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaff8


Comments

No comments written yet.

Please login to write comment.