Color Hex Logo

#bebdfc Color Hex

#BEBDFC
(190,189,252)
0 Favorites   0 Comments

Color spaces of #bebdfc

RGB 190189252
HSL0.670.910.86
HSV241°25°99°
CMYK 0.250.250.00   0.01
XYZ57.003554.370699.5856
Yxy54.37060.27020.2577
Hunter Lab73.73648.9545-28.4593
CIE-Lab78.677313.5635-30.9004

#bebdfc color RGB value is (190,189,252).

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

The process color (four color CMYK) of #bebdfc color hex is 0.25, 0.25, 0.00, 0.01. Web safe color of #bebdfc is #ccccff. Color #bebdfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 11111100
Octal 276 275 374
Decimal 190 189 252
Hex BE BD FC

RGB Percentages of Color #bebdfc

%30.11
%29.95
%39.94

CMYK Percentages of Color #bebdfc

%25
%25
%0
%1

Triadic Colors of #bebdfc

#bebdfc #fcbebd #bdfcbe

Analogous Colors of #bebdfc

#bebdfc #debdfc #bddcfc

Monochromatic Colors of #bebdfc

#bebdfc

Complementary Color

#bebdfc #fbfcbd

#bebdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebdfc Color CSS Codes

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

#bebdfc Text Font Color

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

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


#bebdfc Background Color

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

This div background color is #bebdfc


#bebdfc Border Color

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

This div border color is #bebdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebdfc


Comments

No comments written yet.

Please login to write comment.