Color Hex Logo

#bef68e Color Hex

#BEF68E
(190,246,142)
0 Favorites   0 Comments

Color spaces of #bef68e

RGB 190246142
HSL0.260.850.76
HSV92°42°96°
CMYK 0.230.000.42   0.04
XYZ59.073578.811737.6899
Yxy78.81170.33650.4489
Hunter Lab88.7760-36.580036.9716
CIE-Lab91.1490-35.150444.3124

#bef68e color RGB value is (190,246,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110110 10001110
Octal 276 366 216
Decimal 190 246 142
Hex BE F6 8E

RGB Percentages of Color #bef68e

%32.87
%42.56
%24.57

CMYK Percentages of Color #bef68e

%23
%0
%42
%4

Triadic Colors of #bef68e

#bef68e #8ebef6 #f68ebe

Analogous Colors of #bef68e

#bef68e #8ef692 #f2f68e

Monochromatic Colors of #bef68e

#bef68e

Complementary Color

#bef68e #c68ef6

#bef68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef68e Color CSS Codes

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

#bef68e Text Font Color

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

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


#bef68e Background Color

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

This div background color is #bef68e


#bef68e Border Color

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

This div border color is #bef68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef68e


Comments

No comments written yet.

Please login to write comment.