Color Hex Logo

#becfec Color Hex

#BECFEC
(190,207,236)
0 Favorites   0 Comments

Color spaces of #becfec

RGB 190207236
HSL0.610.550.84
HSV218°19°93°
CMYK 0.190.120.00   0.07
XYZ58.688461.628988.1592
Yxy61.62890.28150.2956
Hunter Lab78.5041-3.9384-11.6292
CIE-Lab82.71570.2710-16.2091

#becfec color RGB value is (190,207,236).

#becfec hex color red value is 190, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #becfec hue: 0.61 , saturation: 0.55 and the lightness value of becfec is 0.84.

The process color (four color CMYK) of #becfec color hex is 0.19, 0.12, 0.00, 0.07. Web safe color of #becfec is #ccccff. Color #becfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001111 11101100
Octal 276 317 354
Decimal 190 207 236
Hex BE CF EC

RGB Percentages of Color #becfec

%30.02
%32.70
%37.28

CMYK Percentages of Color #becfec

%19
%12
%0
%7

Triadic Colors of #becfec

#becfec #ecbecf #cfecbe

Analogous Colors of #becfec

#becfec #c4beec #bee6ec

Monochromatic Colors of #becfec

#becfec

Complementary Color

#becfec #ecdbbe

#becfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#becfec Color CSS Codes

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

#becfec Text Font Color

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

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


#becfec Background Color

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

This div background color is #becfec


#becfec Border Color

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

This div border color is #becfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becfec


Comments

No comments written yet.

Please login to write comment.