Color Hex Logo

#b8affc Color Hex

#B8AFFC
(184,175,252)
0 Favorites   0 Comments

Color spaces of #b8affc

RGB 184175252
HSL0.690.930.84
HSV247°31°99°
CMYK 0.270.310.00   0.01
XYZ52.667847.878698.5611
Yxy47.87860.26450.2405
Hunter Lab69.194414.7765-36.0172
CIE-Lab74.748319.5255-37.0066

#b8affc color RGB value is (184,175,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101111 11111100
Octal 270 257 374
Decimal 184 175 252
Hex B8 AF FC

RGB Percentages of Color #b8affc

%30.11
%28.64
%41.24

CMYK Percentages of Color #b8affc

%27
%31
%0
%1

Triadic Colors of #b8affc

#b8affc #fcb8af #affcb8

Analogous Colors of #b8affc

#b8affc #dfaffc #afcdfc

Monochromatic Colors of #b8affc

#b8affc

Complementary Color

#b8affc #f3fcaf

#b8affc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8affc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8affc Color CSS Codes

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

#b8affc Text Font Color

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

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


#b8affc Background Color

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

This div background color is #b8affc


#b8affc Border Color

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

This div border color is #b8affc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8affc


Comments

No comments written yet.

Please login to write comment.