Color Hex Logo

#becafe Color Hex

#BECAFE
(190,202,254)
2 Favorites   0 Comments

Color spaces of #becafe

RGB 190202254
HSL0.640.970.87
HSV229°25°100°
CMYK 0.250.200.00   0.00
XYZ60.245160.3440102.2382
Yxy60.34400.27040.2708
Hunter Lab77.68142.4916-23.6559
CIE-Lab82.02486.9805-26.8375

#becafe color RGB value is (190,202,254).

#becafe hex color red value is 190, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #becafe hue: 0.64 , saturation: 0.97 and the lightness value of becafe is 0.87.

The process color (four color CMYK) of #becafe color hex is 0.25, 0.20, 0.00, 0.00. Web safe color of #becafe is #ccccff. Color #becafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 11111110
Octal 276 312 376
Decimal 190 202 254
Hex BE CA FE

RGB Percentages of Color #becafe

%29.41
%31.27
%39.32

CMYK Percentages of Color #becafe

%25
%20
%0
%0

Triadic Colors of #becafe

#becafe #febeca #cafebe

Analogous Colors of #becafe

#becafe #d2befe #beeafe

Monochromatic Colors of #becafe

#becafe

Complementary Color

#becafe #fef2be

#becafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#becafe Color CSS Codes

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

#becafe Text Font Color

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

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


#becafe Background Color

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

This div background color is #becafe


#becafe Border Color

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

This div border color is #becafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becafe


Comments

No comments written yet.

Please login to write comment.