Color Hex Logo

#befabe Color Hex

#BEFABE
(190,250,190)
0 Favorites   0 Comments

Color spaces of #befabe

RGB 190250190
HSL0.330.860.86
HSV120°24°98°
CMYK 0.240.000.24   0.02
XYZ64.715183.036161.3319
Yxy83.03610.30950.3971
Hunter Lab91.1241-32.699023.8813
CIE-Lab93.0302-30.086522.8103

#befabe color RGB value is (190,250,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 10111110
Octal 276 372 276
Decimal 190 250 190
Hex BE FA BE

RGB Percentages of Color #befabe

%30.16
%39.68
%30.16

CMYK Percentages of Color #befabe

%24
%0
%24
%2

Triadic Colors of #befabe

#befabe #bebefa #fabebe

Analogous Colors of #befabe

#befabe #befadc #dcfabe

Monochromatic Colors of #befabe

#befabe

Complementary Color

#befabe #fabefa

#befabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#befabe Color CSS Codes

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

#befabe Text Font Color

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

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


#befabe Background Color

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

This div background color is #befabe


#befabe Border Color

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

This div border color is #befabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befabe


Comments

No comments written yet.

Please login to write comment.