Color Hex Logo

#befaf6 Color Hex

#BEFAF6
(190,250,246)
0 Favorites   0 Comments

Color spaces of #befaf6

RGB 190250246
HSL0.490.860.86
HSV176°24°98°
CMYK 0.240.000.02   0.02
XYZ72.055485.972299.9853
Yxy85.97220.27930.3332
Hunter Lab92.7212-23.54640.9698
CIE-Lab94.3005-19.5228-4.2234

#befaf6 color RGB value is (190,250,246).

#befaf6 hex color red value is 190, green value is 250 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #befaf6 hue: 0.49 , saturation: 0.86 and the lightness value of befaf6 is 0.86.

The process color (four color CMYK) of #befaf6 color hex is 0.24, 0.00, 0.02, 0.02. Web safe color of #befaf6 is #ccffff. Color #befaf6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 11110110
Octal 276 372 366
Decimal 190 250 246
Hex BE FA F6

RGB Percentages of Color #befaf6

%27.70
%36.44
%35.86

CMYK Percentages of Color #befaf6

%24
%0
%2
%2

Triadic Colors of #befaf6

#befaf6 #f6befa #faf6be

Analogous Colors of #befaf6

#befaf6 #bee0fa #befad8

Monochromatic Colors of #befaf6

#befaf6

Complementary Color

#befaf6 #fabec2

#befaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befaf6 Color CSS Codes

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

#befaf6 Text Font Color

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

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


#befaf6 Background Color

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

This div background color is #befaf6


#befaf6 Border Color

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

This div border color is #befaf6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,250,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 #befaf6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befaf6


Comments

No comments written yet.

Please login to write comment.