Color Hex Logo

#bebedd Color Hex

#BEBEDD
(190,190,221)
0 Favorites   0 Comments

Color spaces of #bebedd

RGB 190190221
HSL0.670.310.81
HSV240°14°87°
CMYK 0.140.140.00   0.13
XYZ52.699852.994575.8580
Yxy52.99450.29030.2919
Hunter Lab72.79731.8253-10.8247
CIE-Lab77.87186.1455-15.4528

#bebedd color RGB value is (190,190,221).

#bebedd hex color red value is 190, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bebedd hue: 0.67 , saturation: 0.31 and the lightness value of bebedd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 11011101
Octal 276 276 335
Decimal 190 190 221
Hex BE BE DD

RGB Percentages of Color #bebedd

%31.61
%31.61
%36.77

CMYK Percentages of Color #bebedd

%14
%14
%0
%13

Triadic Colors of #bebedd

#bebedd #ddbebe #beddbe

Analogous Colors of #bebedd

#bebedd #cebedd #becedd

Monochromatic Colors of #bebedd

#bebedd

Complementary Color

#bebedd #ddddbe

#bebedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebedd Color CSS Codes

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

#bebedd Text Font Color

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

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


#bebedd Background Color

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

This div background color is #bebedd


#bebedd Border Color

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

This div border color is #bebedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebedd


Comments

No comments written yet.

Please login to write comment.