Color Hex Logo

#becaf6 Color Hex

#BECAF6
(190,202,246)
0 Favorites   0 Comments

Color spaces of #becaf6

RGB 190202246
HSL0.630.760.85
HSV227°23°96°
CMYK 0.230.180.00   0.04
XYZ58.990359.842095.6303
Yxy59.84200.27510.2790
Hunter Lab77.35760.7422-19.1446
CIE-Lab81.75225.1526-22.9939

#becaf6 color RGB value is (190,202,246).

#becaf6 hex color red value is 190, green value is 202 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #becaf6 hue: 0.63 , saturation: 0.76 and the lightness value of becaf6 is 0.85.

The process color (four color CMYK) of #becaf6 color hex is 0.23, 0.18, 0.00, 0.04. Web safe color of #becaf6 is #ccccff. Color #becaf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 11110110
Octal 276 312 366
Decimal 190 202 246
Hex BE CA F6

RGB Percentages of Color #becaf6

%29.78
%31.66
%38.56

CMYK Percentages of Color #becaf6

%23
%18
%0
%4

Triadic Colors of #becaf6

#becaf6 #f6beca #caf6be

Analogous Colors of #becaf6

#becaf6 #cebef6 #bee6f6

Monochromatic Colors of #becaf6

#becaf6

Complementary Color

#becaf6 #f6eabe

#becaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becaf6 Color CSS Codes

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

#becaf6 Text Font Color

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

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


#becaf6 Background Color

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

This div background color is #becaf6


#becaf6 Border Color

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

This div border color is #becaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becaf6


Comments

No comments written yet.

Please login to write comment.