Color Hex Logo

#b3bdef Color Hex

#B3BDEF
(179,189,239)
0 Favorites   0 Comments

Color spaces of #b3bdef

RGB 179189239
HSL0.640.650.82
HSV230°25°94°
CMYK 0.250.210.00   0.06
XYZ52.368052.210988.9790
Yxy52.21090.27060.2697
Hunter Lab72.25712.9171-22.4310
CIE-Lab77.40687.2858-25.9384

#b3bdef color RGB value is (179,189,239).

#b3bdef hex color red value is 179, green value is 189 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b3bdef hue: 0.64 , saturation: 0.65 and the lightness value of b3bdef is 0.82.

The process color (four color CMYK) of #b3bdef color hex is 0.25, 0.21, 0.00, 0.06. Web safe color of #b3bdef is #ccccff. Color #b3bdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111101 11101111
Octal 263 275 357
Decimal 179 189 239
Hex B3 BD EF

RGB Percentages of Color #b3bdef

%29.49
%31.14
%39.37

CMYK Percentages of Color #b3bdef

%25
%21
%0
%6

Triadic Colors of #b3bdef

#b3bdef #efb3bd #bdefb3

Analogous Colors of #b3bdef

#b3bdef #c7b3ef #b3dbef

Monochromatic Colors of #b3bdef

#b3bdef

Complementary Color

#b3bdef #efe5b3

#b3bdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bdef Color CSS Codes

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

#b3bdef Text Font Color

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

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


#b3bdef Background Color

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

This div background color is #b3bdef


#b3bdef Border Color

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

This div border color is #b3bdef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,189,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 #b3bdef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bdef


Comments

No comments written yet.

Please login to write comment.