Color Hex Logo

#befebb Color Hex

#BEFEBB
(190,254,187)
0 Favorites   0 Comments

Color spaces of #befebb

RGB 190254187
HSL0.330.970.86
HSV117°26°100°
CMYK 0.250.000.26   0.00
XYZ65.646785.418660.0412
Yxy85.41860.31100.4046
Hunter Lab92.4222-34.951826.1783
CIE-Lab94.0632-32.438325.7581

#befebb color RGB value is (190,254,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 10111011
Octal 276 376 273
Decimal 190 254 187
Hex BE FE BB

RGB Percentages of Color #befebb

%30.11
%40.25
%29.64

CMYK Percentages of Color #befebb

%25
%0
%26
%0

Triadic Colors of #befebb

#befebb #bbbefe #febbbe

Analogous Colors of #befebb

#befebb #bbfeda #e0febb

Monochromatic Colors of #befebb

#befebb

Complementary Color

#befebb #fbbbfe

#befebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#befebb Color CSS Codes

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

#befebb Text Font Color

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

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


#befebb Background Color

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

This div background color is #befebb


#befebb Border Color

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

This div border color is #befebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befebb


Comments

No comments written yet.

Please login to write comment.