Color Hex Logo

#bebde4 Color Hex

#BEBDE4
(190,189,228)
0 Favorites   0 Comments

Color spaces of #bebde4

RGB 190189228
HSL0.670.420.82
HSV242°17°89°
CMYK 0.170.170.00   0.11
XYZ53.436452.943880.8016
Yxy52.94380.28550.2828
Hunter Lab72.76253.7551-14.9069
CIE-Lab77.84188.1795-19.2752

#bebde4 color RGB value is (190,189,228).

#bebde4 hex color red value is 190, green value is 189 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #bebde4 hue: 0.67 , saturation: 0.42 and the lightness value of bebde4 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 11100100
Octal 276 275 344
Decimal 190 189 228
Hex BE BD E4

RGB Percentages of Color #bebde4

%31.30
%31.14
%37.56

CMYK Percentages of Color #bebde4

%17
%17
%0
%11

Triadic Colors of #bebde4

#bebde4 #e4bebd #bde4be

Analogous Colors of #bebde4

#bebde4 #d2bde4 #bdd0e4

Monochromatic Colors of #bebde4

#bebde4

Complementary Color

#bebde4 #e3e4bd

#bebde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebde4 Color CSS Codes

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

#bebde4 Text Font Color

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

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


#bebde4 Background Color

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

This div background color is #bebde4


#bebde4 Border Color

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

This div border color is #bebde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebde4


Comments

No comments written yet.

Please login to write comment.