Color Hex Logo

#befbce Color Hex

#BEFBCE
(190,251,206)
0 Favorites   0 Comments

Color spaces of #befbce

RGB 190251206
HSL0.380.880.86
HSV136°24°98°
CMYK 0.240.000.18   0.02
XYZ66.873084.397771.1583
Yxy84.39770.30060.3794
Hunter Lab91.8682-30.835118.3835
CIE-Lab93.6230-27.805615.4442

#befbce color RGB value is (190,251,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 11001110
Octal 276 373 316
Decimal 190 251 206
Hex BE FB CE

RGB Percentages of Color #befbce

%29.37
%38.79
%31.84

CMYK Percentages of Color #befbce

%24
%0
%18
%2

Triadic Colors of #befbce

#befbce #cebefb #fbcebe

Analogous Colors of #befbce

#befbce #befbed #cdfbbe

Monochromatic Colors of #befbce

#befbce

Complementary Color

#befbce #fbbeeb

#befbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#befbce Color CSS Codes

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

#befbce Text Font Color

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

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


#befbce Background Color

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

This div background color is #befbce


#befbce Border Color

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

This div border color is #befbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befbce


Comments

No comments written yet.

Please login to write comment.