Color Hex Logo

#befac5 Color Hex

#BEFAC5
(190,250,197)
0 Favorites   0 Comments

Color spaces of #befac5

RGB 190250197
HSL0.350.860.86
HSV127°24°98°
CMYK 0.240.000.21   0.02
XYZ65.498983.349665.4592
Yxy83.34960.30560.3889
Hunter Lab91.2960-31.705921.3963
CIE-Lab93.1673-28.908519.4216

#befac5 color RGB value is (190,250,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 11000101
Octal 276 372 305
Decimal 190 250 197
Hex BE FA C5

RGB Percentages of Color #befac5

%29.83
%39.25
%30.93

CMYK Percentages of Color #befac5

%24
%0
%21
%2

Triadic Colors of #befac5

#befac5 #c5befa #fac5be

Analogous Colors of #befac5

#befac5 #befae3 #d5fabe

Monochromatic Colors of #befac5

#befac5

Complementary Color

#befac5 #fabef3

#befac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befac5 Color CSS Codes

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

#befac5 Text Font Color

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

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


#befac5 Background Color

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

This div background color is #befac5


#befac5 Border Color

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

This div border color is #befac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befac5


Comments

No comments written yet.

Please login to write comment.