Color Hex Logo

#bef67f Color Hex

#BEF67F
(190,246,127)
0 Favorites   0 Comments

Color spaces of #bef67f

RGB 190246127
HSL0.250.870.73
HSV88°48°96°
CMYK 0.230.000.48   0.04
XYZ58.021778.391032.1516
Yxy78.39100.34420.4651
Hunter Lab88.5387-37.967040.4467
CIE-Lab90.9580-36.874851.2288

#bef67f color RGB value is (190,246,127).

#bef67f hex color red value is 190, green value is 246 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bef67f hue: 0.25 , saturation: 0.87 and the lightness value of bef67f is 0.73.

The process color (four color CMYK) of #bef67f color hex is 0.23, 0.00, 0.48, 0.04. Web safe color of #bef67f is #ccff66. Color #bef67f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110110 01111111
Octal 276 366 177
Decimal 190 246 127
Hex BE F6 7F

RGB Percentages of Color #bef67f

%33.75
%43.69
%22.56

CMYK Percentages of Color #bef67f

%23
%0
%48
%4

Triadic Colors of #bef67f

#bef67f #7fbef6 #f67fbe

Analogous Colors of #bef67f

#bef67f #83f67f #f6f37f

Monochromatic Colors of #bef67f

#bef67f

Complementary Color

#bef67f #b77ff6

#bef67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef67f Color CSS Codes

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

#bef67f Text Font Color

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

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


#bef67f Background Color

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

This div background color is #bef67f


#bef67f Border Color

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

This div border color is #bef67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef67f


Comments

No comments written yet.

Please login to write comment.