Color Hex Logo

#beccfb Color Hex

#BECCFB
(190,204,251)
0 Favorites   0 Comments

Color spaces of #beccfb

RGB 190204251
HSL0.630.880.86
HSV226°24°98°
CMYK 0.240.190.00   0.02
XYZ60.240761.097999.8848
Yxy61.09790.27230.2762
Hunter Lab78.16510.7783-21.0492
CIE-Lab82.43135.2178-24.6222

#beccfb color RGB value is (190,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 11111011
Octal 276 314 373
Decimal 190 204 251
Hex BE CC FB

RGB Percentages of Color #beccfb

%29.46
%31.63
%38.91

CMYK Percentages of Color #beccfb

%24
%19
%0
%2

Triadic Colors of #beccfb

#beccfb #fbbecc #ccfbbe

Analogous Colors of #beccfb

#beccfb #cfbefb #beebfb

Monochromatic Colors of #beccfb

#beccfb

Complementary Color

#beccfb #fbedbe

#beccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beccfb Color CSS Codes

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

#beccfb Text Font Color

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

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


#beccfb Background Color

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

This div background color is #beccfb


#beccfb Border Color

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

This div border color is #beccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beccfb


Comments

No comments written yet.

Please login to write comment.