Color Hex Logo

#bef08c Color Hex

#BEF08C
(190,240,140)
0 Favorites   0 Comments

Color spaces of #bef08c

RGB 190240140
HSL0.250.770.75
HSV90°42°94°
CMYK 0.210.000.42   0.06
XYZ57.128975.160836.3074
Yxy75.16080.33880.4458
Hunter Lab86.6953-34.092235.8565
CIE-Lab89.4683-32.640243.1529

#bef08c color RGB value is (190,240,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110000 10001100
Octal 276 360 214
Decimal 190 240 140
Hex BE F0 8C

RGB Percentages of Color #bef08c

%33.33
%42.11
%24.56

CMYK Percentages of Color #bef08c

%21
%0
%42
%6

Triadic Colors of #bef08c

#bef08c #8cbef0 #f08cbe

Analogous Colors of #bef08c

#bef08c #8cf08c #f0f08c

Monochromatic Colors of #bef08c

#bef08c

Complementary Color

#bef08c #be8cf0

#bef08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef08c Color CSS Codes

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

#bef08c Text Font Color

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

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


#bef08c Background Color

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

This div background color is #bef08c


#bef08c Border Color

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

This div border color is #bef08c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef08c


Comments

No comments written yet.

Please login to write comment.