Color Hex Logo

#b8ade1 Color Hex

#B8ADE1
(184,173,225)
0 Favorites   0 Comments

Color spaces of #b8ade1

RGB 184173225
HSL0.700.460.78
HSV253°23°88°
CMYK 0.180.230.00   0.12
XYZ48.301345.513777.4734
Yxy45.51370.28200.2657
Hunter Lab67.46389.7368-20.8621
CIE-Lab73.228914.3964-24.7075

#b8ade1 color RGB value is (184,173,225).

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

The process color (four color CMYK) of #b8ade1 color hex is 0.18, 0.23, 0.00, 0.12. Web safe color of #b8ade1 is #cc99cc. Color #b8ade1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101101 11100001
Octal 270 255 341
Decimal 184 173 225
Hex B8 AD E1

RGB Percentages of Color #b8ade1

%31.62
%29.73
%38.66

CMYK Percentages of Color #b8ade1

%18
%23
%0
%12

Triadic Colors of #b8ade1

#b8ade1 #e1b8ad #ade1b8

Analogous Colors of #b8ade1

#b8ade1 #d2ade1 #adbce1

Monochromatic Colors of #b8ade1

#b8ade1

Complementary Color

#b8ade1 #d6e1ad

#b8ade1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ade1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ade1 Color CSS Codes

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

#b8ade1 Text Font Color

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

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


#b8ade1 Background Color

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

This div background color is #b8ade1


#b8ade1 Border Color

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

This div border color is #b8ade1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ade1


Comments

No comments written yet.

Please login to write comment.