Color Hex Logo

#bef68f Color Hex

#BEF68F
(190,246,143)
0 Favorites   0 Comments

Color spaces of #bef68f

RGB 190246143
HSL0.260.850.76
HSV93°42°96°
CMYK 0.230.000.42   0.04
XYZ59.148978.841938.0871
Yxy78.84190.33590.4478
Hunter Lab88.7930-36.481036.7231
CIE-Lab91.1627-35.027943.8444

#bef68f color RGB value is (190,246,143).

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

The process color (four color CMYK) of #bef68f color hex is 0.23, 0.00, 0.42, 0.04. Web safe color of #bef68f is #ccff99. Color #bef68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110110 10001111
Octal 276 366 217
Decimal 190 246 143
Hex BE F6 8F

RGB Percentages of Color #bef68f

%32.82
%42.49
%24.70

CMYK Percentages of Color #bef68f

%23
%0
%42
%4

Triadic Colors of #bef68f

#bef68f #8fbef6 #f68fbe

Analogous Colors of #bef68f

#bef68f #8ff694 #f2f68f

Monochromatic Colors of #bef68f

#bef68f

Complementary Color

#bef68f #c78ff6

#bef68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef68f Color CSS Codes

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

#bef68f Text Font Color

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

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


#bef68f Background Color

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

This div background color is #bef68f


#bef68f Border Color

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

This div border color is #bef68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef68f


Comments

No comments written yet.

Please login to write comment.