Color Hex Logo

#b8bed5 Color Hex

#B8BED5
(184,190,213)
0 Favorites   0 Comments

Color spaces of #b8bed5

RGB 184190213
HSL0.630.260.78
HSV228°14°84°
CMYK 0.140.110.00   0.16
XYZ50.190951.821470.3080
Yxy51.82140.29130.3007
Hunter Lab71.9871-1.5235-7.5161
CIE-Lab77.17392.5286-12.2221

#b8bed5 color RGB value is (184,190,213).

#b8bed5 hex color red value is 184, green value is 190 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #b8bed5 hue: 0.63 , saturation: 0.26 and the lightness value of b8bed5 is 0.78.

The process color (four color CMYK) of #b8bed5 color hex is 0.14, 0.11, 0.00, 0.16. Web safe color of #b8bed5 is #cccccc. Color #b8bed5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111110 11010101
Octal 270 276 325
Decimal 184 190 213
Hex B8 BE D5

RGB Percentages of Color #b8bed5

%31.35
%32.37
%36.29

CMYK Percentages of Color #b8bed5

%14
%11
%0
%16

Triadic Colors of #b8bed5

#b8bed5 #d5b8be #bed5b8

Analogous Colors of #b8bed5

#b8bed5 #c1b8d5 #b8cdd5

Monochromatic Colors of #b8bed5

#b8bed5

Complementary Color

#b8bed5 #d5cfb8

#b8bed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8bed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8bed5 Color CSS Codes

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

#b8bed5 Text Font Color

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

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


#b8bed5 Background Color

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

This div background color is #b8bed5


#b8bed5 Border Color

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

This div border color is #b8bed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8bed5


Comments

No comments written yet.

Please login to write comment.