Color Hex Logo

#bec0fe Color Hex

#BEC0FE
(190,192,254)
0 Favorites   0 Comments

Color spaces of #bec0fe

RGB 190192254
HSL0.660.970.87
HSV238°25°100°
CMYK 0.250.240.00   0.00
XYZ57.974255.8022101.4813
Yxy55.80220.26930.2592
Hunter Lab74.70097.8046-28.2550
CIE-Lab79.501112.3927-30.7043

#bec0fe color RGB value is (190,192,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000000 11111110
Octal 276 300 376
Decimal 190 192 254
Hex BE C0 FE

RGB Percentages of Color #bec0fe

%29.87
%30.19
%39.94

CMYK Percentages of Color #bec0fe

%25
%24
%0
%0

Triadic Colors of #bec0fe

#bec0fe #febec0 #c0febe

Analogous Colors of #bec0fe

#bec0fe #dcbefe #bee0fe

Monochromatic Colors of #bec0fe

#bec0fe

Complementary Color

#bec0fe #fefcbe

#bec0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec0fe Color CSS Codes

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

#bec0fe Text Font Color

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

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


#bec0fe Background Color

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

This div background color is #bec0fe


#bec0fe Border Color

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

This div border color is #bec0fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,192,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 #bec0fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec0fe


Comments

No comments written yet.

Please login to write comment.