Color Hex Logo

#bebdec Color Hex

#BEBDEC
(190,189,236)
0 Favorites   0 Comments

Color spaces of #bebdec

RGB 190189236
HSL0.670.550.83
HSV241°20°93°
CMYK 0.190.200.00   0.07
XYZ54.573153.398586.7875
Yxy53.39850.28020.2742
Hunter Lab73.07435.4268-19.2645
CIE-Lab78.10979.9304-23.1786

#bebdec color RGB value is (190,189,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 11101100
Octal 276 275 354
Decimal 190 189 236
Hex BE BD EC

RGB Percentages of Color #bebdec

%30.89
%30.73
%38.37

CMYK Percentages of Color #bebdec

%19
%20
%0
%7

Triadic Colors of #bebdec

#bebdec #ecbebd #bdecbe

Analogous Colors of #bebdec

#bebdec #d6bdec #bdd4ec

Monochromatic Colors of #bebdec

#bebdec

Complementary Color

#bebdec #ebecbd

#bebdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebdec Color CSS Codes

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

#bebdec Text Font Color

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

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


#bebdec Background Color

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

This div background color is #bebdec


#bebdec Border Color

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

This div border color is #bebdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebdec


Comments

No comments written yet.

Please login to write comment.