Color Hex Logo

#bebced Color Hex

#BEBCED
(190,188,237)
0 Favorites   0 Comments

Color spaces of #bebced

RGB 190188237
HSL0.670.580.83
HSV242°21°93°
CMYK 0.200.210.00   0.07
XYZ54.504553.028087.4835
Yxy53.02800.27950.2719
Hunter Lab72.82036.1680-20.2545
CIE-Lab77.891510.6966-24.0491

#bebced color RGB value is (190,188,237).

#bebced hex color red value is 190, green value is 188 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bebced hue: 0.67 , saturation: 0.58 and the lightness value of bebced is 0.83.

The process color (four color CMYK) of #bebced color hex is 0.20, 0.21, 0.00, 0.07. Web safe color of #bebced is #ccccff. Color #bebced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 11101101
Octal 276 274 355
Decimal 190 188 237
Hex BE BC ED

RGB Percentages of Color #bebced

%30.89
%30.57
%38.54

CMYK Percentages of Color #bebced

%20
%21
%0
%7

Triadic Colors of #bebced

#bebced #edbebc #bcedbe

Analogous Colors of #bebced

#bebced #d7bced #bcd3ed

Monochromatic Colors of #bebced

#bebced

Complementary Color

#bebced #ebedbc

#bebced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebced Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebced Color CSS Codes

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

#bebced Text Font Color

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

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


#bebced Background Color

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

This div background color is #bebced


#bebced Border Color

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

This div border color is #bebced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebced


Comments

No comments written yet.

Please login to write comment.