Color Hex Logo

#b8bedb Color Hex

#B8BEDB
(184,190,219)
0 Favorites   0 Comments

Color spaces of #b8bedb

RGB 184190219
HSL0.640.330.79
HSV230°16°86°
CMYK 0.160.130.00   0.14
XYZ50.966852.131774.3940
Yxy52.13170.28710.2937
Hunter Lab72.2023-0.3528-10.5482
CIE-Lab77.35953.8005-15.1880

#b8bedb color RGB value is (184,190,219).

#b8bedb hex color red value is 184, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b8bedb hue: 0.64 , saturation: 0.33 and the lightness value of b8bedb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111110 11011011
Octal 270 276 333
Decimal 184 190 219
Hex B8 BE DB

RGB Percentages of Color #b8bedb

%31.03
%32.04
%36.93

CMYK Percentages of Color #b8bedb

%16
%13
%0
%14

Triadic Colors of #b8bedb

#b8bedb #dbb8be #bedbb8

Analogous Colors of #b8bedb

#b8bedb #c4b8db #b8d0db

Monochromatic Colors of #b8bedb

#b8bedb

Complementary Color

#b8bedb #dbd5b8

#b8bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8bedb Color CSS Codes

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

#b8bedb Text Font Color

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

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


#b8bedb Background Color

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

This div background color is #b8bedb


#b8bedb Border Color

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

This div border color is #b8bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8bedb


Comments

No comments written yet.

Please login to write comment.