Color Hex Logo

#becffb Color Hex

#BECFFB
(190,207,251)
0 Favorites   0 Comments

Color spaces of #becffb

RGB 190207251
HSL0.620.880.86
HSV223°24°98°
CMYK 0.240.180.00   0.02
XYZ60.960662.5378100.1248
Yxy62.53780.27260.2797
Hunter Lab79.0808-0.7922-19.7109
CIE-Lab83.19863.6147-23.4549

#becffb color RGB value is (190,207,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001111 11111011
Octal 276 317 373
Decimal 190 207 251
Hex BE CF FB

RGB Percentages of Color #becffb

%29.32
%31.94
%38.73

CMYK Percentages of Color #becffb

%24
%18
%0
%2

Triadic Colors of #becffb

#becffb #fbbecf #cffbbe

Analogous Colors of #becffb

#becffb #ccbefb #beeefb

Monochromatic Colors of #becffb

#becffb

Complementary Color

#becffb #fbeabe

#becffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#becffb Color CSS Codes

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

#becffb Text Font Color

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

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


#becffb Background Color

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

This div background color is #becffb


#becffb Border Color

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

This div border color is #becffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becffb


Comments

No comments written yet.

Please login to write comment.