Color Hex Logo

#beccf2 Color Hex

#BECCF2
(190,204,242)
0 Favorites   0 Comments

Color spaces of #beccf2

RGB 190204242
HSL0.620.670.85
HSV224°21°95°
CMYK 0.210.160.00   0.05
XYZ58.855160.543792.5885
Yxy60.54370.27760.2856
Hunter Lab77.8098-1.1504-16.0843
CIE-Lab82.13283.1860-20.2850

#beccf2 color RGB value is (190,204,242).

#beccf2 hex color red value is 190, green value is 204 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #beccf2 hue: 0.62 , saturation: 0.67 and the lightness value of beccf2 is 0.85.

The process color (four color CMYK) of #beccf2 color hex is 0.21, 0.16, 0.00, 0.05. Web safe color of #beccf2 is #ccccff. Color #beccf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 11110010
Octal 276 314 362
Decimal 190 204 242
Hex BE CC F2

RGB Percentages of Color #beccf2

%29.87
%32.08
%38.05

CMYK Percentages of Color #beccf2

%21
%16
%0
%5

Triadic Colors of #beccf2

#beccf2 #f2becc #ccf2be

Analogous Colors of #beccf2

#beccf2 #cabef2 #bee6f2

Monochromatic Colors of #beccf2

#beccf2

Complementary Color

#beccf2 #f2e4be

#beccf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beccf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beccf2 Color CSS Codes

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

#beccf2 Text Font Color

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

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


#beccf2 Background Color

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

This div background color is #beccf2


#beccf2 Border Color

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

This div border color is #beccf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beccf2


Comments

No comments written yet.

Please login to write comment.