Color Hex Logo

#bef994 Color Hex

#BEF994
(190,249,148)
0 Favorites   0 Comments

Color spaces of #bef994

RGB 190249148
HSL0.260.890.78
HSV95°41°98°
CMYK 0.240.000.41   0.02
XYZ60.456280.836640.4336
Yxy80.83660.33270.4448
Hunter Lab89.9092-37.315136.2728
CIE-Lab92.0589-35.768942.5531

#bef994 color RGB value is (190,249,148).

#bef994 hex color red value is 190, green value is 249 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bef994 hue: 0.26 , saturation: 0.89 and the lightness value of bef994 is 0.78.

The process color (four color CMYK) of #bef994 color hex is 0.24, 0.00, 0.41, 0.02. Web safe color of #bef994 is #ccff99. Color #bef994 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 10010100
Octal 276 371 224
Decimal 190 249 148
Hex BE F9 94

RGB Percentages of Color #bef994

%32.37
%42.42
%25.21

CMYK Percentages of Color #bef994

%24
%0
%41
%2

Triadic Colors of #bef994

#bef994 #94bef9 #f994be

Analogous Colors of #bef994

#bef994 #94f99d #f1f994

Monochromatic Colors of #bef994

#bef994

Complementary Color

#bef994 #cf94f9

#bef994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef994 Color CSS Codes

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

#bef994 Text Font Color

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

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


#bef994 Background Color

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

This div background color is #bef994


#bef994 Border Color

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

This div border color is #bef994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef994


Comments

No comments written yet.

Please login to write comment.