Color Hex Logo

#befbc0 Color Hex

#BEFBC0
(190,251,192)
0 Favorites   0 Comments

Color spaces of #befbc0

RGB 190251192
HSL0.340.880.86
HSV122°24°98°
CMYK 0.240.000.24   0.02
XYZ65.246883.747362.5951
Yxy83.74730.30840.3958
Hunter Lab91.5136-32.882823.5052
CIE-Lab93.3406-30.223022.2192

#befbc0 color RGB value is (190,251,192).

#befbc0 hex color red value is 190, green value is 251 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #befbc0 hue: 0.34 , saturation: 0.88 and the lightness value of befbc0 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 11000000
Octal 276 373 300
Decimal 190 251 192
Hex BE FB C0

RGB Percentages of Color #befbc0

%30.02
%39.65
%30.33

CMYK Percentages of Color #befbc0

%24
%0
%24
%2

Triadic Colors of #befbc0

#befbc0 #c0befb #fbc0be

Analogous Colors of #befbc0

#befbc0 #befbdf #dbfbbe

Monochromatic Colors of #befbc0

#befbc0

Complementary Color

#befbc0 #fbbef9

#befbc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befbc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befbc0 Color CSS Codes

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

#befbc0 Text Font Color

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

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


#befbc0 Background Color

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

This div background color is #befbc0


#befbc0 Border Color

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

This div border color is #befbc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befbc0


Comments

No comments written yet.

Please login to write comment.