Color Hex Logo

#bebfdf Color Hex

#BEBFDF
(190,191,223)
0 Favorites   0 Comments

Color spaces of #bebfdf

RGB 190191223
HSL0.660.340.81
HSV238°15°87°
CMYK 0.150.140.00   0.13
XYZ53.185353.536577.3424
Yxy53.53650.28890.2909
Hunter Lab73.16861.7041-11.4540
CIE-Lab78.19076.0283-16.0520

#bebfdf color RGB value is (190,191,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 11011111
Octal 276 277 337
Decimal 190 191 223
Hex BE BF DF

RGB Percentages of Color #bebfdf

%31.46
%31.62
%36.92

CMYK Percentages of Color #bebfdf

%15
%14
%0
%13

Triadic Colors of #bebfdf

#bebfdf #dfbebf #bfdfbe

Analogous Colors of #bebfdf

#bebfdf #cebedf #bed0df

Monochromatic Colors of #bebfdf

#bebfdf

Complementary Color

#bebfdf #dfdebe

#bebfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebfdf Color CSS Codes

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

#bebfdf Text Font Color

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

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


#bebfdf Background Color

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

This div background color is #bebfdf


#bebfdf Border Color

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

This div border color is #bebfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebfdf


Comments

No comments written yet.

Please login to write comment.