Color Hex Logo

#befec6 Color Hex

#BEFEC6
(190,254,198)
0 Favorites   0 Comments

Color spaces of #befec6

RGB 190254198
HSL0.350.970.87
HSV128°25°100°
CMYK 0.250.000.22   0.00
XYZ66.870185.908066.4836
Yxy85.90800.30500.3918
Hunter Lab92.6866-33.420022.3522
CIE-Lab94.2730-30.613920.4521

#befec6 color RGB value is (190,254,198).

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

The process color (four color CMYK) of #befec6 color hex is 0.25, 0.00, 0.22, 0.00. Web safe color of #befec6 is #ccffcc. Color #befec6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 11000110
Octal 276 376 306
Decimal 190 254 198
Hex BE FE C6

RGB Percentages of Color #befec6

%29.60
%39.56
%30.84

CMYK Percentages of Color #befec6

%25
%0
%22
%0

Triadic Colors of #befec6

#befec6 #c6befe #fec6be

Analogous Colors of #befec6

#befec6 #befee6 #d6febe

Monochromatic Colors of #befec6

#befec6

Complementary Color

#befec6 #febef6

#befec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befec6 Color CSS Codes

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

#befec6 Text Font Color

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

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


#befec6 Background Color

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

This div background color is #befec6


#befec6 Border Color

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

This div border color is #befec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befec6

Related Colors


Comments

No comments written yet.

Please login to write comment.