Color Hex Logo

#bebedc Color Hex

#BEBEDC
(190,190,220)
0 Favorites   0 Comments

Color spaces of #bebedc

RGB 190190220
HSL0.670.300.80
HSV240°14°86°
CMYK 0.140.140.00   0.14
XYZ52.566952.941475.1583
Yxy52.94140.29100.2930
Hunter Lab72.76081.6279-10.3110
CIE-Lab77.84045.9351-14.9601

#bebedc color RGB value is (190,190,220).

#bebedc hex color red value is 190, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bebedc hue: 0.67 , saturation: 0.30 and the lightness value of bebedc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 11011100
Octal 276 276 334
Decimal 190 190 220
Hex BE BE DC

RGB Percentages of Color #bebedc

%31.67
%31.67
%36.67

CMYK Percentages of Color #bebedc

%14
%14
%0
%14

Triadic Colors of #bebedc

#bebedc #dcbebe #bedcbe

Analogous Colors of #bebedc

#bebedc #cdbedc #becddc

Monochromatic Colors of #bebedc

#bebedc

Complementary Color

#bebedc #dcdcbe

#bebedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebedc Color CSS Codes

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

#bebedc Text Font Color

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

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


#bebedc Background Color

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

This div background color is #bebedc


#bebedc Border Color

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

This div border color is #bebedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebedc


Comments

No comments written yet.

Please login to write comment.