Color Hex Logo

#befbbe Color Hex

#BEFBBE
(190,251,190)
0 Favorites   0 Comments

Color spaces of #befbbe

RGB 190251190
HSL0.330.880.86
HSV120°24°98°
CMYK 0.240.000.24   0.02
XYZ65.026683.659261.4358
Yxy83.65920.30950.3981
Hunter Lab91.4654-33.161324.2017
CIE-Lab93.3023-30.554523.1861

#befbbe color RGB value is (190,251,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 10111110
Octal 276 373 276
Decimal 190 251 190
Hex BE FB BE

RGB Percentages of Color #befbbe

%30.11
%39.78
%30.11

CMYK Percentages of Color #befbbe

%24
%0
%24
%2

Triadic Colors of #befbbe

#befbbe #bebefb #fbbebe

Analogous Colors of #befbbe

#befbbe #befbdd #ddfbbe

Monochromatic Colors of #befbbe

#befbbe

Complementary Color

#befbbe #fbbefb

#befbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#befbbe Color CSS Codes

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

#befbbe Text Font Color

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

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


#befbbe Background Color

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

This div background color is #befbbe


#befbbe Border Color

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

This div border color is #befbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befbbe

Related Colors


Comments

No comments written yet.

Please login to write comment.