Color Hex Logo

#becaf5 Color Hex

#BECAF5
(190,202,245)
0 Favorites   0 Comments

Color spaces of #becaf5

RGB 190202245
HSL0.630.730.85
HSV227°22°96°
CMYK 0.220.180.00   0.04
XYZ58.837259.780894.8240
Yxy59.78080.27570.2801
Hunter Lab77.31800.5277-18.5915
CIE-Lab81.71894.9270-22.5115

#becaf5 color RGB value is (190,202,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 11110101
Octal 276 312 365
Decimal 190 202 245
Hex BE CA F5

RGB Percentages of Color #becaf5

%29.83
%31.71
%38.46

CMYK Percentages of Color #becaf5

%22
%18
%0
%4

Triadic Colors of #becaf5

#becaf5 #f5beca #caf5be

Analogous Colors of #becaf5

#becaf5 #cebef5 #bee6f5

Monochromatic Colors of #becaf5

#becaf5

Complementary Color

#becaf5 #f5e9be

#becaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becaf5 Color CSS Codes

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

#becaf5 Text Font Color

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

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


#becaf5 Background Color

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

This div background color is #becaf5


#becaf5 Border Color

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

This div border color is #becaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becaf5


Comments

No comments written yet.

Please login to write comment.