Color Hex Logo

#bebfdb Color Hex

#BEBFDB
(190,191,219)
0 Favorites   0 Comments

Color spaces of #bebfdb

RGB 190191219
HSL0.660.290.80
HSV238°13°86°
CMYK 0.130.130.00   0.14
XYZ52.652253.323274.5352
Yxy53.32320.29170.2954
Hunter Lab73.02270.9156-9.4021
CIE-Lab78.06545.1869-14.0823

#bebfdb color RGB value is (190,191,219).

#bebfdb hex color red value is 190, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bebfdb hue: 0.66 , saturation: 0.29 and the lightness value of bebfdb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 11011011
Octal 276 277 333
Decimal 190 191 219
Hex BE BF DB

RGB Percentages of Color #bebfdb

%31.67
%31.83
%36.50

CMYK Percentages of Color #bebfdb

%13
%13
%0
%14

Triadic Colors of #bebfdb

#bebfdb #dbbebf #bfdbbe

Analogous Colors of #bebfdb

#bebfdb #ccbedb #becedb

Monochromatic Colors of #bebfdb

#bebfdb

Complementary Color

#bebfdb #dbdabe

#bebfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebfdb Color CSS Codes

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

#bebfdb Text Font Color

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

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


#bebfdb Background Color

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

This div background color is #bebfdb


#bebfdb Border Color

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

This div border color is #bebfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebfdb


Comments

No comments written yet.

Please login to write comment.