Color Hex Logo

#bec1fe Color Hex

#BEC1FE
(190,193,254)
0 Favorites   0 Comments

Color spaces of #bec1fe

RGB 190193254
HSL0.660.970.87
HSV237°25°100°
CMYK 0.250.240.00   0.00
XYZ58.194656.2428101.5547
Yxy56.24280.26940.2604
Hunter Lab74.99527.2704-27.7909
CIE-Lab79.751811.8488-30.3191

#bec1fe color RGB value is (190,193,254).

#bec1fe hex color red value is 190, green value is 193 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bec1fe hue: 0.66 , saturation: 0.97 and the lightness value of bec1fe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 11111110
Octal 276 301 376
Decimal 190 193 254
Hex BE C1 FE

RGB Percentages of Color #bec1fe

%29.83
%30.30
%39.87

CMYK Percentages of Color #bec1fe

%25
%24
%0
%0

Triadic Colors of #bec1fe

#bec1fe #febec1 #c1febe

Analogous Colors of #bec1fe

#bec1fe #dbbefe #bee1fe

Monochromatic Colors of #bec1fe

#bec1fe

Complementary Color

#bec1fe #fefbbe

#bec1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec1fe Color CSS Codes

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

#bec1fe Text Font Color

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

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


#bec1fe Background Color

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

This div background color is #bec1fe


#bec1fe Border Color

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

This div border color is #bec1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec1fe


Comments

No comments written yet.

Please login to write comment.