Color Hex Logo

#befebe Color Hex

#BEFEBE
(190,254,190)
0 Favorites   0 Comments

Color spaces of #befebe

RGB 190254190
HSL0.330.970.87
HSV120°25°100°
CMYK 0.250.000.25   0.00
XYZ65.971385.548561.7507
Yxy85.54850.30930.4011
Hunter Lab92.4924-34.544625.1609
CIE-Lab94.1190-31.951424.3123

#befebe color RGB value is (190,254,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111110 10111110
Octal 276 376 276
Decimal 190 254 190
Hex BE FE BE

RGB Percentages of Color #befebe

%29.97
%40.06
%29.97

CMYK Percentages of Color #befebe

%25
%0
%25
%0

Triadic Colors of #befebe

#befebe #bebefe #febebe

Analogous Colors of #befebe

#befebe #befede #defebe

Monochromatic Colors of #befebe

#befebe

Complementary Color

#befebe #febefe

#befebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#befebe Color CSS Codes

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

#befebe Text Font Color

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

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


#befebe Background Color

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

This div background color is #befebe


#befebe Border Color

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

This div border color is #befebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,254,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 #befebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befebe


Comments

No comments written yet.

Please login to write comment.