Color Hex Logo

#b8affb Color Hex

#B8AFFB
(184,175,251)
0 Favorites   0 Comments

Color spaces of #b8affb

RGB 184175251
HSL0.690.900.84
HSV247°30°98°
CMYK 0.270.300.00   0.02
XYZ52.509747.815397.7285
Yxy47.81530.26510.2414
Hunter Lab69.148614.5383-35.3912
CIE-Lab74.708319.2866-36.5293

#b8affb color RGB value is (184,175,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101111 11111011
Octal 270 257 373
Decimal 184 175 251
Hex B8 AF FB

RGB Percentages of Color #b8affb

%30.16
%28.69
%41.15

CMYK Percentages of Color #b8affb

%27
%30
%0
%2

Triadic Colors of #b8affb

#b8affb #fbb8af #affbb8

Analogous Colors of #b8affb

#b8affb #deaffb #afccfb

Monochromatic Colors of #b8affb

#b8affb

Complementary Color

#b8affb #f2fbaf

#b8affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8affb Color CSS Codes

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

#b8affb Text Font Color

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

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


#b8affb Background Color

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

This div background color is #b8affb


#b8affb Border Color

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

This div border color is #b8affb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8affb


Comments

No comments written yet.

Please login to write comment.