Color Hex Logo

#b4bede Color Hex

#B4BEDE
(180,190,222)
0 Favorites   0 Comments

Color spaces of #b4bede

RGB 180190222
HSL0.630.390.79
HSV226°19°87°
CMYK 0.190.140.00   0.13
XYZ50.420751.804176.4490
Yxy51.80410.28220.2899
Hunter Lab71.9751-0.9117-12.5929
CIE-Lab77.16363.1892-17.1331

#b4bede color RGB value is (180,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111110 11011110
Octal 264 276 336
Decimal 180 190 222
Hex B4 BE DE

RGB Percentages of Color #b4bede

%30.41
%32.09
%37.50

CMYK Percentages of Color #b4bede

%19
%14
%0
%13

Triadic Colors of #b4bede

#b4bede #deb4be #bedeb4

Analogous Colors of #b4bede

#b4bede #bfb4de #b4d3de

Monochromatic Colors of #b4bede

#b4bede

Complementary Color

#b4bede #ded4b4

#b4bede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bede Color CSS Codes

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

#b4bede Text Font Color

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

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


#b4bede Background Color

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

This div background color is #b4bede


#b4bede Border Color

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

This div border color is #b4bede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bede


Comments

No comments written yet.

Please login to write comment.