Color Hex Logo

#bef38b Color Hex

#BEF38B
(190,243,139)
0 Favorites   0 Comments

Color spaces of #bef38b

RGB 190243139
HSL0.250.810.75
HSV91°43°95°
CMYK 0.220.000.43   0.05
XYZ57.946076.912436.2176
Yxy76.91240.33870.4496
Hunter Lab87.6997-35.533936.9046
CIE-Lab90.2813-34.142344.6691

#bef38b color RGB value is (190,243,139).

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

The process color (four color CMYK) of #bef38b color hex is 0.22, 0.00, 0.43, 0.05. Web safe color of #bef38b is #ccff99. Color #bef38b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110011 10001011
Octal 276 363 213
Decimal 190 243 139
Hex BE F3 8B

RGB Percentages of Color #bef38b

%33.22
%42.48
%24.30

CMYK Percentages of Color #bef38b

%22
%0
%43
%5

Triadic Colors of #bef38b

#bef38b #8bbef3 #f38bbe

Analogous Colors of #bef38b

#bef38b #8bf38c #f2f38b

Monochromatic Colors of #bef38b

#bef38b

Complementary Color

#bef38b #c08bf3

#bef38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef38b Color CSS Codes

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

#bef38b Text Font Color

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

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


#bef38b Background Color

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

This div background color is #bef38b


#bef38b Border Color

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

This div border color is #bef38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef38b


Comments

No comments written yet.

Please login to write comment.