Color Hex Logo

#befeba Color Hex

#BEFEBA
(190,254,186)
0 Favorites   0 Comments

Color spaces of #befeba

RGB 190254186
HSL0.320.970.86
HSV116°27°100°
CMYK 0.250.000.27   0.00
XYZ65.539985.375959.4793
Yxy85.37590.31150.4058
Hunter Lab92.3991-35.086026.5131
CIE-Lab94.0449-32.599026.2397

#befeba color RGB value is (190,254,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 10111010
Octal 276 376 272
Decimal 190 254 186
Hex BE FE BA

RGB Percentages of Color #befeba

%30.16
%40.32
%29.52

CMYK Percentages of Color #befeba

%25
%0
%27
%0

Triadic Colors of #befeba

#befeba #babefe #febabe

Analogous Colors of #befeba

#befeba #bafed8 #e0feba

Monochromatic Colors of #befeba

#befeba

Complementary Color

#befeba #fabafe

#befeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#befeba Color CSS Codes

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

#befeba Text Font Color

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

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


#befeba Background Color

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

This div background color is #befeba


#befeba Border Color

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

This div border color is #befeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befeba

Related Colors


Comments

No comments written yet.

Please login to write comment.