Color Hex Logo

#befcbe Color Hex

#BEFCBE
(190,252,190)
0 Favorites   0 Comments

Color spaces of #befcbe

RGB 190252190
HSL0.330.910.87
HSV120°25°99°
CMYK 0.250.000.25   0.01
XYZ65.339984.285761.5402
Yxy84.28570.30940.3991
Hunter Lab91.8072-33.622924.5218
CIE-Lab93.5744-31.021223.5618

#befcbe color RGB value is (190,252,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 10111110
Octal 276 374 276
Decimal 190 252 190
Hex BE FC BE

RGB Percentages of Color #befcbe

%30.06
%39.87
%30.06

CMYK Percentages of Color #befcbe

%25
%0
%25
%1

Triadic Colors of #befcbe

#befcbe #bebefc #fcbebe

Analogous Colors of #befcbe

#befcbe #befcdd #ddfcbe

Monochromatic Colors of #befcbe

#befcbe

Complementary Color

#befcbe #fcbefc

#befcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#befcbe Color CSS Codes

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

#befcbe Text Font Color

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

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


#befcbe Background Color

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

This div background color is #befcbe


#befcbe Border Color

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

This div border color is #befcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befcbe


Comments

No comments written yet.

Please login to write comment.