Color Hex Logo

#bebdef Color Hex

#BEBDEF
(190,189,239)
0 Favorites   0 Comments

Color spaces of #bebdef

RGB 190189239
HSL0.670.610.84
HSV241°21°94°
CMYK 0.210.210.00   0.06
XYZ55.012853.574389.1027
Yxy53.57430.27830.2710
Hunter Lab73.19456.0699-20.9401
CIE-Lab78.212910.5989-24.6352

#bebdef color RGB value is (190,189,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 11101111
Octal 276 275 357
Decimal 190 189 239
Hex BE BD EF

RGB Percentages of Color #bebdef

%30.74
%30.58
%38.67

CMYK Percentages of Color #bebdef

%21
%21
%0
%6

Triadic Colors of #bebdef

#bebdef #efbebd #bdefbe

Analogous Colors of #bebdef

#bebdef #d7bdef #bdd5ef

Monochromatic Colors of #bebdef

#bebdef

Complementary Color

#bebdef #eeefbd

#bebdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebdef Color CSS Codes

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

#bebdef Text Font Color

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

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


#bebdef Background Color

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

This div background color is #bebdef


#bebdef Border Color

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

This div border color is #bebdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebdef


Comments

No comments written yet.

Please login to write comment.