Color Hex Logo

#bef2bb Color Hex

#BEF2BB
(190,242,187)
0 Favorites   0 Comments

Color spaces of #bef2bb

RGB 190242187
HSL0.320.680.84
HSV117°23°95°
CMYK 0.210.000.23   0.05
XYZ61.957078.039358.8113
Yxy78.03930.31160.3925
Hunter Lab88.3399-29.404122.3662
CIE-Lab90.7978-26.804021.2558

#bef2bb color RGB value is (190,242,187).

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

The process color (four color CMYK) of #bef2bb color hex is 0.21, 0.00, 0.23, 0.05. Web safe color of #bef2bb is #ccffcc. Color #bef2bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110010 10111011
Octal 276 362 273
Decimal 190 242 187
Hex BE F2 BB

RGB Percentages of Color #bef2bb

%30.69
%39.10
%30.21

CMYK Percentages of Color #bef2bb

%21
%0
%23
%5

Triadic Colors of #bef2bb

#bef2bb #bbbef2 #f2bbbe

Analogous Colors of #bef2bb

#bef2bb #bbf2d4 #daf2bb

Monochromatic Colors of #bef2bb

#bef2bb

Complementary Color

#bef2bb #efbbf2

#bef2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef2bb Color CSS Codes

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

#bef2bb Text Font Color

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

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


#bef2bb Background Color

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

This div background color is #bef2bb


#bef2bb Border Color

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

This div border color is #bef2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef2bb


Comments

No comments written yet.

Please login to write comment.