Color Hex Logo

#b1adef Color Hex

#B1ADEF
(177,173,239)
0 Favorites   0 Comments

Color spaces of #b1adef

RGB 177173239
HSL0.680.670.81
HSV244°28°94°
CMYK 0.260.280.00   0.06
XYZ48.655045.466287.8728
Yxy45.46620.26730.2498
Hunter Lab67.428610.8015-30.0665
CIE-Lab73.197815.5018-32.4171

#b1adef color RGB value is (177,173,239).

#b1adef hex color red value is 177, green value is 173 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b1adef hue: 0.68 , saturation: 0.67 and the lightness value of b1adef is 0.81.

The process color (four color CMYK) of #b1adef color hex is 0.26, 0.28, 0.00, 0.06. Web safe color of #b1adef is #9999ff. Color #b1adef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101101 11101111
Octal 261 255 357
Decimal 177 173 239
Hex B1 AD EF

RGB Percentages of Color #b1adef

%30.05
%29.37
%40.58

CMYK Percentages of Color #b1adef

%26
%28
%0
%6

Triadic Colors of #b1adef

#b1adef #efb1ad #adefb1

Analogous Colors of #b1adef

#b1adef #d2adef #adcaef

Monochromatic Colors of #b1adef

#b1adef

Complementary Color

#b1adef #ebefad

#b1adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1adef Color CSS Codes

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

#b1adef Text Font Color

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

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


#b1adef Background Color

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

This div background color is #b1adef


#b1adef Border Color

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

This div border color is #b1adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1adef


Comments

No comments written yet.

Please login to write comment.