Color Hex Logo

#b8addf Color Hex

#B8ADDF
(184,173,223)
0 Favorites   0 Comments

Color spaces of #b8addf

RGB 184173223
HSL0.700.440.78
HSV253°22°87°
CMYK 0.170.220.00   0.13
XYZ48.030045.405276.0447
Yxy45.40520.28340.2679
Hunter Lab67.38349.3116-19.7426
CIE-Lab73.157913.9538-23.7255

#b8addf color RGB value is (184,173,223).

#b8addf hex color red value is 184, green value is 173 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b8addf hue: 0.70 , saturation: 0.44 and the lightness value of b8addf is 0.78.

The process color (four color CMYK) of #b8addf color hex is 0.17, 0.22, 0.00, 0.13. Web safe color of #b8addf is #cc99cc. Color #b8addf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101101 11011111
Octal 270 255 337
Decimal 184 173 223
Hex B8 AD DF

RGB Percentages of Color #b8addf

%31.72
%29.83
%38.45

CMYK Percentages of Color #b8addf

%17
%22
%0
%13

Triadic Colors of #b8addf

#b8addf #dfb8ad #addfb8

Analogous Colors of #b8addf

#b8addf #d1addf #adbbdf

Monochromatic Colors of #b8addf

#b8addf

Complementary Color

#b8addf #d4dfad

#b8addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8addf Color CSS Codes

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

#b8addf Text Font Color

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

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


#b8addf Background Color

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

This div background color is #b8addf


#b8addf Border Color

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

This div border color is #b8addf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8addf


Comments

No comments written yet.

Please login to write comment.