Color Hex Logo

#bef096 Color Hex

#BEF096
(190,240,150)
0 Favorites   0 Comments

Color spaces of #bef096

RGB 190240150
HSL0.260.750.76
HSV93°38°94°
CMYK 0.210.000.38   0.06
XYZ57.900375.469340.3695
Yxy75.46930.33330.4344
Hunter Lab86.8731-33.058933.2594
CIE-Lab89.6124-31.370538.4109

#bef096 color RGB value is (190,240,150).

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

The process color (four color CMYK) of #bef096 color hex is 0.21, 0.00, 0.38, 0.06. Web safe color of #bef096 is #ccff99. Color #bef096 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110000 10010110
Octal 276 360 226
Decimal 190 240 150
Hex BE F0 96

RGB Percentages of Color #bef096

%32.76
%41.38
%25.86

CMYK Percentages of Color #bef096

%21
%0
%38
%6

Triadic Colors of #bef096

#bef096 #96bef0 #f096be

Analogous Colors of #bef096

#bef096 #96f09b #ebf096

Monochromatic Colors of #bef096

#bef096

Complementary Color

#bef096 #c896f0

#bef096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef096 Color CSS Codes

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

#bef096 Text Font Color

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

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


#bef096 Background Color

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

This div background color is #bef096


#bef096 Border Color

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

This div border color is #bef096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef096


Comments

No comments written yet.

Please login to write comment.