Color Hex Logo

#befad7 Color Hex

#BEFAD7
(190,250,215)
0 Favorites   0 Comments

Color spaces of #befad7

RGB 190250215
HSL0.400.860.86
HSV145°24°98°
CMYK 0.240.000.14   0.02
XYZ67.686684.224776.9795
Yxy84.22470.29570.3680
Hunter Lab91.7740-28.954414.5097
CIE-Lab93.5480-25.686310.7057

#befad7 color RGB value is (190,250,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 11010111
Octal 276 372 327
Decimal 190 250 215
Hex BE FA D7

RGB Percentages of Color #befad7

%29.01
%38.17
%32.82

CMYK Percentages of Color #befad7

%24
%0
%14
%2

Triadic Colors of #befad7

#befad7 #d7befa #fad7be

Analogous Colors of #befad7

#befad7 #befaf5 #c3fabe

Monochromatic Colors of #befad7

#befad7

Complementary Color

#befad7 #fabee1

#befad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befad7 Color CSS Codes

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

#befad7 Text Font Color

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

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


#befad7 Background Color

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

This div background color is #befad7


#befad7 Border Color

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

This div border color is #befad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befad7


Comments

No comments written yet.

Please login to write comment.