Color Hex Logo

#befbbb Color Hex

#BEFBBB
(190,251,187)
0 Favorites   0 Comments

Color spaces of #befbbb

RGB 190251187
HSL0.330.890.86
HSV117°25°98°
CMYK 0.240.000.25   0.02
XYZ64.702083.529459.7263
Yxy83.52940.31110.4017
Hunter Lab91.3944-33.572525.2300
CIE-Lab93.2457-31.045024.6359

#befbbb color RGB value is (190,251,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111011 10111011
Octal 276 373 273
Decimal 190 251 187
Hex BE FB BB

RGB Percentages of Color #befbbb

%30.25
%39.97
%29.78

CMYK Percentages of Color #befbbb

%24
%0
%25
%2

Triadic Colors of #befbbb

#befbbb #bbbefb #fbbbbe

Analogous Colors of #befbbb

#befbbb #bbfbd8 #defbbb

Monochromatic Colors of #befbbb

#befbbb

Complementary Color

#befbbb #f8bbfb

#befbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#befbbb Color CSS Codes

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

#befbbb Text Font Color

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

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


#befbbb Background Color

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

This div background color is #befbbb


#befbbb Border Color

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

This div border color is #befbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befbbb


Comments

No comments written yet.

Please login to write comment.