Color Hex Logo

#becefb Color Hex

#BECEFB
(190,206,251)
0 Favorites   0 Comments

Color spaces of #becefb

RGB 190206251
HSL0.620.880.86
HSV224°24°98°
CMYK 0.240.180.00   0.02
XYZ60.719162.0548100.0443
Yxy62.05480.27250.2785
Hunter Lab78.7749-0.2695-20.1561
CIE-Lab82.94264.1482-23.8442

#becefb color RGB value is (190,206,251).

#becefb hex color red value is 190, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #becefb hue: 0.62 , saturation: 0.88 and the lightness value of becefb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 11111011
Octal 276 316 373
Decimal 190 206 251
Hex BE CE FB

RGB Percentages of Color #becefb

%29.37
%31.84
%38.79

CMYK Percentages of Color #becefb

%24
%18
%0
%2

Triadic Colors of #becefb

#becefb #fbbece #cefbbe

Analogous Colors of #becefb

#becefb #cdbefb #beedfb

Monochromatic Colors of #becefb

#becefb

Complementary Color

#becefb #fbebbe

#becefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#becefb Color CSS Codes

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

#becefb Text Font Color

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

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


#becefb Background Color

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

This div background color is #becefb


#becefb Border Color

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

This div border color is #becefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becefb


Comments

No comments written yet.

Please login to write comment.