Color Hex Logo

#bef6bb Color Hex

#BEF6BB
(190,246,187)
0 Favorites   0 Comments

Color spaces of #bef6bb

RGB 190246187
HSL0.320.770.85
HSV117°24°96°
CMYK 0.230.000.24   0.04
XYZ63.160680.446559.2125
Yxy80.44650.31140.3966
Hunter Lab89.6920-31.262223.6425
CIE-Lab91.8848-28.700022.7604

#bef6bb color RGB value is (190,246,187).

#bef6bb hex color red value is 190, green value is 246 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bef6bb hue: 0.32 , saturation: 0.77 and the lightness value of bef6bb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110110 10111011
Octal 276 366 273
Decimal 190 246 187
Hex BE F6 BB

RGB Percentages of Color #bef6bb

%30.50
%39.49
%30.02

CMYK Percentages of Color #bef6bb

%23
%0
%24
%4

Triadic Colors of #bef6bb

#bef6bb #bbbef6 #f6bbbe

Analogous Colors of #bef6bb

#bef6bb #bbf6d6 #dcf6bb

Monochromatic Colors of #bef6bb

#bef6bb

Complementary Color

#bef6bb #f3bbf6

#bef6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef6bb Color CSS Codes

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

#bef6bb Text Font Color

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

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


#bef6bb Background Color

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

This div background color is #bef6bb


#bef6bb Border Color

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

This div border color is #bef6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef6bb


Comments

No comments written yet.

Please login to write comment.