Color Hex Logo

#b4bedb Color Hex

#B4BEDB
(180,190,219)
1 Favorites   0 Comments

Color spaces of #b4bedb

RGB 180190219
HSL0.620.350.78
HSV225°18°86°
CMYK 0.180.130.00   0.14
XYZ50.022051.644774.3498
Yxy51.64470.28420.2934
Hunter Lab71.8642-1.5153-11.0357
CIE-Lab77.06792.5318-15.6559

#b4bedb color RGB value is (180,190,219).

#b4bedb hex color red value is 180, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b4bedb hue: 0.62 , saturation: 0.35 and the lightness value of b4bedb is 0.78.

The process color (four color CMYK) of #b4bedb color hex is 0.18, 0.13, 0.00, 0.14. Web safe color of #b4bedb is #cccccc. Color #b4bedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111110 11011011
Octal 264 276 333
Decimal 180 190 219
Hex B4 BE DB

RGB Percentages of Color #b4bedb

%30.56
%32.26
%37.18

CMYK Percentages of Color #b4bedb

%18
%13
%0
%14

Triadic Colors of #b4bedb

#b4bedb #dbb4be #bedbb4

Analogous Colors of #b4bedb

#b4bedb #beb4db #b4d2db

Monochromatic Colors of #b4bedb

#b4bedb

Complementary Color

#b4bedb #dbd1b4

#b4bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bedb Color CSS Codes

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

#b4bedb Text Font Color

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

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


#b4bedb Background Color

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

This div background color is #b4bedb


#b4bedb Border Color

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

This div border color is #b4bedb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,190,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4bedb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4bedb;
  -webkit-box-shadow: 1px 1px 3px 2px #b4bedb;
  box-shadow:         1px 1px 3px 2px #b4bedb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,190,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bedb


Comments

No comments written yet.

Please login to write comment.