Color Hex Logo

#b4bddf Color Hex

#B4BDDF
(180,189,223)
0 Favorites   0 Comments

Color spaces of #b4bddf

RGB 180189223
HSL0.630.400.79
HSV227°19°87°
CMYK 0.190.150.00   0.13
XYZ50.339351.426277.0851
Yxy51.42620.28150.2875
Hunter Lab71.7121-0.1955-13.5339
CIE-Lab76.93653.9501-18.0163

#b4bddf color RGB value is (180,189,223).

#b4bddf hex color red value is 180, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b4bddf hue: 0.63 , saturation: 0.40 and the lightness value of b4bddf is 0.79.

The process color (four color CMYK) of #b4bddf color hex is 0.19, 0.15, 0.00, 0.13. Web safe color of #b4bddf is #cccccc. Color #b4bddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111101 11011111
Octal 264 275 337
Decimal 180 189 223
Hex B4 BD DF

RGB Percentages of Color #b4bddf

%30.41
%31.93
%37.67

CMYK Percentages of Color #b4bddf

%19
%15
%0
%13

Triadic Colors of #b4bddf

#b4bddf #dfb4bd #bddfb4

Analogous Colors of #b4bddf

#b4bddf #c1b4df #b4d3df

Monochromatic Colors of #b4bddf

#b4bddf

Complementary Color

#b4bddf #dfd6b4

#b4bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bddf Color CSS Codes

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

#b4bddf Text Font Color

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

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


#b4bddf Background Color

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

This div background color is #b4bddf


#b4bddf Border Color

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

This div border color is #b4bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bddf


Comments

No comments written yet.

Please login to write comment.